Another build fix for Win32.
[dcpomatic.git] / 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"