diff options
Diffstat (limited to '')
-rw-r--r-- | src/pcm/PcmMix.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcm/PcmMix.cxx b/src/pcm/PcmMix.cxx index 001794061..21080bc5f 100644 --- a/src/pcm/PcmMix.cxx +++ b/src/pcm/PcmMix.cxx @@ -23,6 +23,7 @@ #include "PcmUtils.hxx" #include "AudioFormat.hxx" +#include <assert.h> #include <math.h> template<typename T, typename U, unsigned bits> |