diff options
Diffstat (limited to 'src/soundmanager.cpp')
-rw-r--r-- | src/soundmanager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soundmanager.cpp b/src/soundmanager.cpp index 45490d497..b48923d2f 100644 --- a/src/soundmanager.cpp +++ b/src/soundmanager.cpp @@ -30,9 +30,10 @@ #endif #include "resources/sdlmusic.h" -#include "resources/resourcemanager.h" #include "resources/soundeffect.h" +#include "resources/resourcemanager/resourcemanager.h" + #include "utils/checkutils.h" #include "utils/physfstools.h" |