Add include to fix "error: must #include <typeinfo> before using typeid".

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5089 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk 2010-03-27 23:57:55 +00:00
parent e92286f24f
commit e863a5e705

View File

@ -21,6 +21,7 @@
#include <map>
#include <string>
#include <typeinfo>
#include "irrlicht.h"