Merge pull request #22 from meeh420/master

Should fix compilation error on some systems
pull/23/head
orignal 11 years ago
commit a6625a770f

@ -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>

Loading…
Cancel
Save