diff options
Diffstat (limited to 'src/db.cpp')
-rw-r--r-- | src/db.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/db.cpp b/src/db.cpp index c2c239db2f..b67e2a6452 100644 --- a/src/db.cpp +++ b/src/db.cpp @@ -3,6 +3,9 @@ // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" +#include "db.h" +#include "net.h" +#include <boost/filesystem/fstream.hpp> using namespace std; using namespace boost; |