summaryrefslogtreecommitdiff
path: root/include/BLua.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-12-26 20:36:07 +0000
committerpixel <pixel>2003-12-26 20:36:07 +0000
commit9c69b3e095aa568b1779dfef4480f97ea983ac49 (patch)
treefc1b4f64bb6a88052425d3950191d2329ec3528a /include/BLua.h
parent31de43124c01e950e1def7370cf404788ffea579 (diff)
Pffff...
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: