Merge pull request #226 from jordanlewis/betterheaders
[novacoin.git] / src / db.cpp
index c2c239d..b67e2a6 100644 (file)
@@ -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;