X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fopenal_wrapper.cpp;h=7386bc3f55894e86d11a76dc0104c3f6ff2fae9e;hb=c32ed0b5dc3912d78dbf6d99baeaceb1f51799d7;hp=9f8debc5b5224d5ef5db4d4d7c64e2223bb4c49d;hpb=9a5f2758e538d9216d255b4797f042a1b6874272;p=lugaru.git diff --git a/Source/openal_wrapper.cpp b/Source/openal_wrapper.cpp index 9f8debc..7386bc3 100644 --- a/Source/openal_wrapper.cpp +++ b/Source/openal_wrapper.cpp @@ -26,11 +26,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include +#ifdef _WIN32 +#include +#endif + #include "MacCompatibility.h" #include "fmod.h" -#include "AL/al.h" -#include "AL/alc.h" +#include "al.h" +#include "alc.h" #include "ogg/ogg.h" #include "vorbis/vorbisfile.h"