diff --git a/libs/ardour/sndfile_helpers.cc b/libs/ardour/sndfile_helpers.cc index 372036fdc6..aa6522ebeb 100644 --- a/libs/ardour/sndfile_helpers.cc +++ b/libs/ardour/sndfile_helpers.cc @@ -18,7 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef COMPILER_MSVC #include +#endif #include #include "ardour/sndfile_helpers.h" #include "ardour/export_format_base.h"