@@ -13,6 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+#include <cassert>
#include "IntegerRatio.h"
#include "PolyphaseResampler.h"
@@ -14,6 +14,8 @@
#include "PolyphaseResamplerMono.h"
using namespace resampler;
#include "PolyphaseResamplerStereo.h"
@@ -14,6 +14,7 @@
#include <math.h>
#include "SincResampler.h"
#include "SincResamplerStereo.h"