From 926e14b362cd830cdca96dd37a9ebad247399420 Mon Sep 17 00:00:00 2001 From: Shane Wegner Date: Sun, 19 Jun 2011 15:12:31 -0700 Subject: Fix missing includes needed for Boost 1.46. --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index e3ec47d2f..731402194 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,6 +6,7 @@ #include "net.h" #include "init.h" #include "cryptopp/sha.h" +#include #include using namespace std; -- cgit v1.2.3