aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/shared/lua_api/phys/bphysbox.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/lua_api/phys/bphysbox.hpp b/src/shared/lua_api/phys/bphysbox.hpp
index cdc4476..c031037 100644
--- a/src/shared/lua_api/phys/bphysbox.hpp
+++ b/src/shared/lua_api/phys/bphysbox.hpp
@@ -8,6 +8,7 @@ extern "C" {
#include <lualib.h>
}
#include <irrlicht.h>
+#include "../common.h"
void bphysbox_register(lua_State* L);
int newbphysbox(lua_State* L);