Another build fix for Win32.
authorCarl Hetherington <cth@carlh.net>
Tue, 2 Jun 2015 17:39:39 +0000 (18:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 2 Jun 2015 17:39:39 +0000 (18:39 +0100)
src/lib/sndfile_base.cc

index 2753cd069b305e27b3d3cf185b20b39b809f6e08..3f7ee0d7546648ca2d8dfdda4210fb8abe6dc24b 100644 (file)
 
 */
 
-#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"