Properly and efficiently use split utility headers
[oweals/minetest.git] / src / nodedef.h
index a376da30a7587f165a070d9b2f844824227fa89b..2f2bfe46eb17040febd839f7fc8d1ac9e0d8081e 100644 (file)
@@ -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;