Fixed lack of map header in crossgen.hpp

This commit is contained in:
2015-06-11 22:23:04 +03:00
parent a9550c5085
commit 0481d8272a
3 changed files with 9 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
#include <set>
#include <vector>
#include <cstdint>
#include <map>
typedef std::map<wxString,wxString> DictType;
typedef std::vector< std::vector<wxChar> > GridType;