diff --git a/src/flowgraph/resampler/PolyphaseResampler.cpp b/src/flowgraph/resampler/PolyphaseResampler.cpp index b8d50cd57..4668b8a7f 100644 --- a/src/flowgraph/resampler/PolyphaseResampler.cpp +++ b/src/flowgraph/resampler/PolyphaseResampler.cpp @@ -16,6 +16,7 @@ #include #include +#include #include "IntegerRatio.h" #include "PolyphaseResampler.h" diff --git a/src/flowgraph/resampler/SincResampler.cpp b/src/flowgraph/resampler/SincResampler.cpp index 260cb687c..e8d5b4bb3 100644 --- a/src/flowgraph/resampler/SincResampler.cpp +++ b/src/flowgraph/resampler/SincResampler.cpp @@ -16,6 +16,7 @@ #include #include +#include #include "SincResampler.h" using namespace resampler; diff --git a/src/flowgraph/resampler/SincResamplerStereo.cpp b/src/flowgraph/resampler/SincResamplerStereo.cpp index fce11b6d0..8fc559cd1 100644 --- a/src/flowgraph/resampler/SincResamplerStereo.cpp +++ b/src/flowgraph/resampler/SincResamplerStereo.cpp @@ -16,6 +16,7 @@ #include #include +#include #include "SincResamplerStereo.h"