diff options
| author | Jordan Lewis <[email protected]> | 2011-05-15 22:45:35 -0500 |
|---|---|---|
| committer | Jordan Lewis <[email protected]> | 2011-05-17 18:58:47 -0500 |
| commit | 31f293128177e0f53331ddb3f1f5ea22176bf91c (patch) | |
| tree | f19f5b6a1fd422bce824e07afb9667a04e71f48f /src/db.cpp | |
| parent | Remove some globally unused headers from headers.h (diff) | |
| download | discoin-31f293128177e0f53331ddb3f1f5ea22176bf91c.tar.xz discoin-31f293128177e0f53331ddb3f1f5ea22176bf91c.zip | |
Only include certain boost headers if necessary.
Diffstat (limited to 'src/db.cpp')
| -rw-r--r-- | src/db.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db.cpp b/src/db.cpp index b3ce00a04..0e5522298 100644 --- a/src/db.cpp +++ b/src/db.cpp @@ -5,6 +5,7 @@ #include "headers.h" #include "db.h" #include "net.h" +#include <boost/filesystem/fstream.hpp> using namespace std; using namespace boost; |