diff --git a/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResampler.cpp b/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResampler.cpp index 8e7de870..f7b5cac3 100644 --- a/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResampler.cpp +++ b/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResampler.cpp @@ -13,6 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +#include #include "IntegerRatio.h" #include "PolyphaseResampler.h" diff --git a/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResamplerMono.cpp b/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResamplerMono.cpp index 2dcdc8ec..63e3eaae 100644 --- a/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResamplerMono.cpp +++ b/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResamplerMono.cpp @@ -14,6 +14,8 @@ * limitations under the License. */ +#include + #include "PolyphaseResamplerMono.h" using namespace resampler; diff --git a/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResamplerStereo.cpp b/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResamplerStereo.cpp index 5c73a8e3..e1aeb698 100644 --- a/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResamplerStereo.cpp +++ b/love/src/jni/oboe/src/flowgraph/resampler/PolyphaseResamplerStereo.cpp @@ -14,6 +14,8 @@ * limitations under the License. */ +#include + #include "PolyphaseResamplerStereo.h" using namespace resampler; diff --git a/love/src/jni/oboe/src/flowgraph/resampler/SincResampler.cpp b/love/src/jni/oboe/src/flowgraph/resampler/SincResampler.cpp index 1084356d..37582109 100644 --- a/love/src/jni/oboe/src/flowgraph/resampler/SincResampler.cpp +++ b/love/src/jni/oboe/src/flowgraph/resampler/SincResampler.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include "SincResampler.h" diff --git a/love/src/jni/oboe/src/flowgraph/resampler/SincResamplerStereo.cpp b/love/src/jni/oboe/src/flowgraph/resampler/SincResamplerStereo.cpp index bde658a4..ce003022 100644 --- a/love/src/jni/oboe/src/flowgraph/resampler/SincResamplerStereo.cpp +++ b/love/src/jni/oboe/src/flowgraph/resampler/SincResamplerStereo.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include "SincResamplerStereo.h"