aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorShane Wegner <shane-github@csy.ca>2011-06-19 15:12:31 -0700
committerShane Wegner <shane-github@csy.ca>2011-06-19 15:12:31 -0700
commit926e14b362cd830cdca96dd37a9ebad247399420 (patch)
tree8a7d71d9ce5267d57f528fde40b4e83637473f82 /src/main.cpp
parentaa0c5e87e8000791009fac1cb394a36a94016d9f (diff)
downloadbitcoin-926e14b362cd830cdca96dd37a9ebad247399420.tar.xz
Fix missing includes needed for Boost 1.46.
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 e3ec47d2f3..731402194d 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.hpp>
#include <boost/filesystem/fstream.hpp>
using namespace std;