diff options
Diffstat (limited to 'src/lib/elua/elua_private.h')
-rw-r--r-- | src/lib/elua/elua_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elua/elua_private.h b/src/lib/elua/elua_private.h index 01d8e4b1ac..9f62c5ff4b 100644 --- a/src/lib/elua/elua_private.h +++ b/src/lib/elua/elua_private.h | |||
@@ -28,6 +28,8 @@ | |||
28 | #include <lualib.h> | 28 | #include <lualib.h> |
29 | #include <lauxlib.h> | 29 | #include <lauxlib.h> |
30 | 30 | ||
31 | #include "Elua.h" | ||
32 | |||
31 | struct _Elua_State | 33 | struct _Elua_State |
32 | { | 34 | { |
33 | lua_State *luastate; | 35 | lua_State *luastate; |