summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-02 18:39:39 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-02 18:39:39 +0100
commitedf1815cd7c6b3c0c2b719233bb6e95663a5c48d (patch)
tree132faacbd3099abd1a86c58260891696564c9ee0 /src/lib
parentda81953aac2d02e904500f89aef303953d02eeb0 (diff)
Another build fix for Win32.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/sndfile_base.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/sndfile_base.cc b/src/lib/sndfile_base.cc
index 2753cd069..3f7ee0d75 100644
--- a/src/lib/sndfile_base.cc
+++ b/src/lib/sndfile_base.cc
@@ -17,13 +17,15 @@
*/
-#include "sndfile_base.h"
-#include "sndfile_content.h"
-#include "exceptions.h"
#ifdef DCPOMATIC_WINDOWS
#include <windows.h>
#define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1
#endif
+#include <sndfile.h>
+
+#include "sndfile_base.h"
+#include "sndfile_content.h"
+#include "exceptions.h"
#include "i18n.h"