summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/flac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/flac.c')
-rw-r--r--src/lib/util/flac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/util/flac.c b/src/lib/util/flac.c
index 09e396c944e..d2f576e637e 100644
--- a/src/lib/util/flac.c
+++ b/src/lib/util/flac.c
@@ -8,8 +8,9 @@
***************************************************************************/
-#include "flac.h"
#include <assert.h>
+
+#include "flac.h"
#include <new>