diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/db.cpp | 1 | ||||
| -rw-r--r-- | src/init.cpp | 1 | ||||
| -rw-r--r-- | src/main.cpp | 1 | ||||
| -rw-r--r-- | src/util.cpp | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/db.cpp b/src/db.cpp index b67e2a645..a7fb4bd6e 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/operations.hpp> #include <boost/filesystem/fstream.hpp> using namespace std; diff --git a/src/init.cpp b/src/init.cpp index 013fb6bda..f30618531 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -7,6 +7,7 @@ #include "net.h" #include "init.h" #include "strlcpy.h" +#include <boost/filesystem/operations.hpp> #include <boost/filesystem/fstream.hpp> #include <boost/interprocess/sync/file_lock.hpp> diff --git a/src/main.cpp b/src/main.cpp index 61426a3ef..2dbbd674a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,6 +6,7 @@ #include "net.h" #include "init.h" #include "cryptopp/sha.h" +#include <boost/filesystem/operations.hpp> #include <boost/filesystem/fstream.hpp> using namespace std; diff --git a/src/util.cpp b/src/util.cpp index 2c1efc404..688605ef5 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -5,6 +5,7 @@ #include "strlcpy.h" #include <boost/program_options/detail/config_file.hpp> #include <boost/program_options/parsers.hpp> +#include <boost/filesystem/operations.hpp> #include <boost/filesystem/fstream.hpp> #include <boost/interprocess/sync/interprocess_mutex.hpp> #include <boost/interprocess/sync/interprocess_recursive_mutex.hpp> |