Fix missing includes needed for Boost 1.46.

This commit is contained in:
Shane Wegner
2011-06-19 15:12:31 -07:00
parent aa0c5e87e8
commit 926e14b362
5 changed files with 5 additions and 0 deletions

View File

@@ -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;