summaryrefslogtreecommitdiff
path: root/src/nodedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodedef.h')
-rw-r--r--src/nodedef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nodedef.h b/src/nodedef.h
index a376da30a..2f2bfe46e 100644
--- a/src/nodedef.h
+++ b/src/nodedef.h
@@ -30,6 +30,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#endif
#include "itemgroup.h"
#include "sound.h" // SimpleSoundSpec
+#include "constants.h" // BS
+
class IItemDefManager;
class ITextureSource;
class IGameDef;