Added #include <string>

This commit is contained in:
Frank Schmirler 2012-12-16 13:21:45 +01:00
parent 1866716471
commit 0cf406ed3a

View File

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