aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorShane Wegner <[email protected]>2011-06-19 15:12:31 -0700
committerShane Wegner <[email protected]>2011-06-19 15:12:31 -0700
commit926e14b362cd830cdca96dd37a9ebad247399420 (patch)
tree8a7d71d9ce5267d57f528fde40b4e83637473f82 /src/init.cpp
parentCWalletTx::GetAmounts(): pass NULL for CKeyStore*, rather than false (diff)
downloaddiscoin-926e14b362cd830cdca96dd37a9ebad247399420.tar.xz
discoin-926e14b362cd830cdca96dd37a9ebad247399420.zip
Fix missing includes needed for Boost 1.46.
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>