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

MSVC13 Fix

Fixed build issue on MSVC13. Bumping to v0.3.0 as we release binaries
and SU3 is added.
This commit is contained in:
Mikal 2014-11-20 23:46:36 -08:00
parent 0f4e4a7944
commit 6cc3021baa

View File

@ -3,6 +3,7 @@
#include <boost/regex.hpp>
#include <boost/filesystem.hpp>
#include <cryptopp/gzip.h>
#include "I2PEndian.h"
#include "Reseed.h"
#include "Log.h"
#include "util.h"