Browse Source

MSVC13 Fix

Fixed build issue on MSVC13. Bumping to v0.3.0 as we release binaries
and SU3 is added.
pull/113/head v0.3.0-1stbinrelease
Mikal 10 years ago
parent
commit
6cc3021baa
  1. 1
      Reseed.cpp

1
Reseed.cpp

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

Loading…
Cancel
Save