summaryrefslogtreecommitdiff
path: root/include/BLua.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/BLua.h')
-rw-r--r--include/BLua.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/BLua.h b/include/BLua.h
index 1f746ec..0f76284 100644
--- a/include/BLua.h
+++ b/include/BLua.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: BLua.h,v 1.11 2003-12-14 22:04:33 pixel Exp $ */
+/* $Id: BLua.h,v 1.12 2003-12-26 20:36:07 pixel Exp $ */
#ifndef __BLUA_H__
#define __BLUA_H__
@@ -173,6 +173,8 @@ struct lua_functypes_t {
} \
}
+#include <typeinfo>
+
template <class T>
class LuaHelpers : public Base {
public: