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