1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

Merge pull request #22 from meeh420/master

Should fix compilation error on some systems
This commit is contained in:
orignal 2014-02-01 05:46:52 -08:00
commit a6625a770f

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>