aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2011-06-19 20:04:24 -0700
committerJeff Garzik <[email protected]>2011-06-19 20:04:24 -0700
commit04e442070d3db1abb761d3e04d80d6ece6d5602b (patch)
tree50b003c2489e71bb481d847c990ab41ccd954e50 /src/init.cpp
parentMerge pull request #331 from TheBlueMatt/translatefix (diff)
parentFix missing includes needed for Boost 1.46. (diff)
downloaddiscoin-04e442070d3db1abb761d3e04d80d6ece6d5602b.tar.xz
discoin-04e442070d3db1abb761d3e04d80d6ece6d5602b.zip
Merge pull request #332 from shanew/master
Include missing Boost header
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 62bf1693f..a0c90e0a7 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -7,6 +7,7 @@
#include "net.h"
#include "init.h"
#include "strlcpy.h"
+#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/interprocess/sync/file_lock.hpp>