Fixed compilation (#include <string.h> includes the old C string functions, not std::string)

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7136 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-12-21 23:39:59 +00:00
parent a0eed0f31c
commit a49c2f81e7

View File

@ -20,7 +20,7 @@
#ifndef HEADER_ADDONS_HPP #ifndef HEADER_ADDONS_HPP
#define HEADER_ADDONS_HPP #define HEADER_ADDONS_HPP
#include <string.h> #include <string>
#include <map> #include <map>
#include <pthread.h> #include <pthread.h>
#include <vector> #include <vector>