X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Faudio%2Fsound_manager.hpp;h=12f19447cbf4e34a1bba75d87ab98483cf51f00c;hb=6b0c80bde84af0bf9323320d99f2fccd7c9eeedd;hp=921b859efb09e074ddd838c7d451e826d43a6488;hpb=4a8b226d0f28a842900d4851e7223e746435f9de;p=supertux.git diff --git a/src/audio/sound_manager.hpp b/src/audio/sound_manager.hpp index 921b859ef..12f19447c 100644 --- a/src/audio/sound_manager.hpp +++ b/src/audio/sound_manager.hpp @@ -23,8 +23,14 @@ #include #include -#include -#include +#ifndef MACOSX +#include +#include +#else +#include +#include +#endif + #include "math/vector.hpp" class SoundFile;