diff options
author | Max Kellermann <max@musicpd.org> | 2017-01-11 16:13:59 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-01-11 20:06:10 +0100 |
commit | b1bee9ff38047a3678091cf3a4af0906e80cd454 (patch) | |
tree | ec3ce2281c24626aabcfc66b4d53ec5fd2855067 /test/test_pcm_dither.cxx | |
parent | 569be2d402920d3cea9574f23d88026e4f24468b (diff) |
test/test_pcm: enable the DSD unit tests
These were disabled by accident.
Diffstat (limited to 'test/test_pcm_dither.cxx')
-rw-r--r-- | test/test_pcm_dither.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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" |