Browse Source

Should fix compilation error on some systems

pull/22/head
Meeh 11 years ago
parent
commit
f639f971b2
  1. 2
      util.h

2
util.h

@ -3,6 +3,8 @@ @@ -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