aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2011-06-20 08:17:31 -0700
committerWladimir J. van der Laan <[email protected]>2011-06-20 08:17:31 -0700
commit679592720af4bae337bcb2d2c0343a9352bbfefc (patch)
treeb0f5534131573630351169def0843d07d4e1fac9 /src/main.cpp
parentinitial block download spans total blocks minus threshold (diff)
parentfixes for mac build (diff)
downloaddiscoin-679592720af4bae337bcb2d2c0343a9352bbfefc.tar.xz
discoin-679592720af4bae337bcb2d2c0343a9352bbfefc.zip
Merge pull request #5 from mjmvisser/master
mac fixes
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 61426a3ef..2dbbd674a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -6,6 +6,7 @@
#include "net.h"
#include "init.h"
#include "cryptopp/sha.h"
+#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/fstream.hpp>
using namespace std;