diff --git a/test/test_pcm_all.hxx b/test/test_pcm_all.hxx index aaaf81c40..8a5b83cb6 100644 --- a/test/test_pcm_all.hxx +++ b/test/test_pcm_all.hxx @@ -20,6 +20,8 @@ #ifndef MPD_TEST_PCM_ALL_HXX #define MPD_TEST_PCM_ALL_HXX +#include "check.h" + #include #include diff --git a/test/test_pcm_dither.cxx b/test/test_pcm_dither.cxx index 7647e681c..016cdbfac 100644 --- a/test/test_pcm_dither.cxx +++ b/test/test_pcm_dither.cxx @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "test_pcm_all.hxx" #include "test_pcm_util.hxx" #include "pcm/PcmDither.cxx" diff --git a/test/test_pcm_main.cxx b/test/test_pcm_main.cxx index 78e4011de..4f392dbd3 100644 --- a/test/test_pcm_main.cxx +++ b/test/test_pcm_main.cxx @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "test_pcm_all.hxx" #include "Compiler.h" diff --git a/test/test_pcm_pack.cxx b/test/test_pcm_pack.cxx index 3e8003c4d..fd92861b0 100644 --- a/test/test_pcm_pack.cxx +++ b/test/test_pcm_pack.cxx @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "test_pcm_all.hxx" #include "test_pcm_util.hxx" #include "pcm/PcmPack.hxx"