From 93408254466c43b97e1a34bfe07ae9c68cff556c Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 1 Jun 2009 08:24:02 -0700 Subject: Seems mingw32 wants its typeinfo header badly. --- include/BLua.h | 5 ++--- 1 file 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 + struct lua_State; extern "C" { @@ -274,9 +276,6 @@ struct lua_functypes_t { } \ } -#include - - template class LuaHelpers : public Base { public: -- cgit v1.2.3