From 8fe6877cb2f220c59a9017bcf05d2aa2d6f6f620 Mon Sep 17 00:00:00 2001 From: cc9cii Date: Fri, 12 Sep 2014 11:05:02 +1000 Subject: [PATCH] More include madness b/w different systems & compilers --- apps/openmw/mwsound/libavwrapper.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/openmw/mwsound/libavwrapper.cpp b/apps/openmw/mwsound/libavwrapper.cpp index 4ba49be3b3..114b08105b 100644 --- a/apps/openmw/mwsound/libavwrapper.cpp +++ b/apps/openmw/mwsound/libavwrapper.cpp @@ -1,9 +1,7 @@ #ifndef HAVE_LIBSWRESAMPLE extern "C" { -#ifdef _MSC_VER -# include -#endif +#include #include #include