fixed compilation under GCC 4.4

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3037 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2009-01-25 19:57:13 +00:00
parent f00ddb9418
commit 09e275b3a0

View File

@ -19,6 +19,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <sstream>
#include <stdexcept>
#include <cstdio>
#include <cstring>
#include "lisp/lexer.hpp"