summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/BLua.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/BLua.h b/include/BLua.h
index df918bd..8f89312 100644
--- a/include/BLua.h
+++ b/include/BLua.h
@@ -20,6 +20,8 @@
#ifndef __BLUA_H__
#define __BLUA_H__
+#include <typeinfo>
+
struct lua_State;
extern "C" {
@@ -274,9 +276,6 @@ struct lua_functypes_t {
} \
}
-#include <typeinfo>
-
-
template <class T>
class LuaHelpers : public Base {
public: