From ef68248bf70a027595803b08433a7a2c74e20fd0 Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Thu, 14 Apr 2016 13:52:51 +0200 Subject: Part 2: Fixed dummy implementation of CHResampler used when compiling without resampler support. Forgot to include config.h in crresampler.h in first fix. --- src/chresampler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/chresampler.h b/src/chresampler.h index da4c410..262e5cb 100644 --- a/src/chresampler.h +++ b/src/chresampler.h @@ -28,6 +28,7 @@ #include #include +#include /** * Channel resampler class using either zita-resampler or secret rabbit code -- cgit v1.2.3