Should fix compilation error on some systems

This commit is contained in:
Meeh 2014-02-01 14:28:30 +01:00
parent ef9801f704
commit f639f971b2

2
util.h
View File

@ -3,6 +3,8 @@
#include <map>
#include <string>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#define PAIRTYPE(t1, t2) std::pair<t1, t2>