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:
parent
a0eed0f31c
commit
a49c2f81e7
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user