Added #include <string>

This commit is contained in:
Frank Schmirler 2012-12-16 13:21:45 +01:00
parent 1866716471
commit 0cf406ed3a
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "common.h"
#include <map>
#include <string>
typedef std::map<std::string,std::string> tStrStrMap;
typedef std::pair<std::string,std::string> tStrStr;