Only include certain boost headers if necessary.
[novacoin.git] / src / init.cpp
index a94ea9b..73f4e20 100644 (file)
@@ -7,6 +7,8 @@
 #include "net.h"
 #include "init.h"
 #include "strlcpy.h"
+#include <boost/filesystem/fstream.hpp>
+#include <boost/interprocess/sync/file_lock.hpp>
 
 using namespace std;
 using namespace boost;