diff options
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r-- | src/resources/soundeffect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index 203e3a8f8..6900669c9 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -27,6 +27,8 @@ #include <SDL_mixer.h> +#include "localconsts.h" + /** * Defines a class for loading and storing sound effects. */ |