summaryrefslogtreecommitdiff
path: root/libs/lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-03-23 13:46:57 +0100
committerRobin Gareus <robin@gareus.org>2016-03-23 17:00:10 +0100
commit829da7eb336bd9d6707aba580def83e8e247d8f9 (patch)
tree6b178a42ab32f60ab3c801921494a68a31099016 /libs/lua
parentb031d762c9cd0ff5704d966deb9ac234f8e18d6a (diff)
refactor lua header includes
Diffstat (limited to 'libs/lua')
-rw-r--r--libs/lua/LuaBridge/LuaBridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/lua/LuaBridge/LuaBridge.h b/libs/lua/LuaBridge/LuaBridge.h
index a7384f68d3..706e77cbfd 100644
--- a/libs/lua/LuaBridge/LuaBridge.h
+++ b/libs/lua/LuaBridge/LuaBridge.h
@@ -51,6 +51,8 @@
#include <boost/type_traits.hpp>
#include <boost/shared_ptr.hpp>
+#include "lua/luastate.h"
+
#define LUABRIDGE_MAJOR_VERSION 2
#define LUABRIDGE_MINOR_VERSION 0
#define LUABRIDGE_VERSION 200