diff options
author | Jordan Lewis <jordanthelewis@gmail.com> | 2011-05-15 22:45:35 -0500 |
---|---|---|
committer | Jordan Lewis <jordanthelewis@gmail.com> | 2011-05-17 18:58:47 -0500 |
commit | 31f293128177e0f53331ddb3f1f5ea22176bf91c (patch) | |
tree | f19f5b6a1fd422bce824e07afb9667a04e71f48f /src/init.cpp | |
parent | 6b783965c4c9dbce3c782f3f70b7b6342b7e56da (diff) |
Only include certain boost headers if necessary.
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index a94ea9b7b7..73f4e207cd 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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; |