From edf1815cd7c6b3c0c2b719233bb6e95663a5c48d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 2 Jun 2015 18:39:39 +0100 Subject: [PATCH] Another build fix for Win32. --- src/lib/sndfile_base.cc | 8 +++++--- 1 file 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 #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1 #endif +#include + +#include "sndfile_base.h" +#include "sndfile_content.h" +#include "exceptions.h" #include "i18n.h" -- 2.30.2