diff options
Diffstat (limited to 'src/lib/util/flac.c')
-rw-r--r-- | src/lib/util/flac.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util/flac.c b/src/lib/util/flac.c index bfaa519cf53..d2f576e637e 100644 --- a/src/lib/util/flac.c +++ b/src/lib/util/flac.c @@ -8,6 +8,8 @@ ***************************************************************************/ +#include <assert.h> + #include "flac.h" #include <new> |