summaryrefslogtreecommitdiff
path: root/src/resources/soundeffect.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-24 16:19:58 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-24 16:19:58 +0300
commit7f45d87f62eeef171d4873e95d1de8dfac2446af (patch)
tree5b05d83fb089257bb333c1525976cc172af8327b /src/resources/soundeffect.h
parentbd231fc40ca54f7dd2e091c5ab414f4cebb3b05e (diff)
downloadplus-7f45d87f62eeef171d4873e95d1de8dfac2446af.tar.gz
plus-7f45d87f62eeef171d4873e95d1de8dfac2446af.tar.bz2
plus-7f45d87f62eeef171d4873e95d1de8dfac2446af.tar.xz
plus-7f45d87f62eeef171d4873e95d1de8dfac2446af.zip
Fix compilation errors.
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r--src/resources/soundeffect.h2
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.
*/