diff options
Diffstat (limited to 'src/soundmanager.cpp')
-rw-r--r-- | src/soundmanager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soundmanager.cpp b/src/soundmanager.cpp index e9e54b046..37a6321a7 100644 --- a/src/soundmanager.cpp +++ b/src/soundmanager.cpp @@ -30,7 +30,9 @@ #include "fs/virtfs/fs.h" +#ifndef TMWA_SUPPORT #include "utils/cast.h" +#endif // TMWA_SUPPORT #include "resources/sdlmusic.h" #include "resources/soundeffect.h" |