mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
Should fix compilation error on some systems
This commit is contained in:
parent
ef9801f704
commit
f639f971b2
1 changed files with 2 additions and 0 deletions
2
util.h
2
util.h
|
@ -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…
Add table
Reference in a new issue