diff options
author | mj-xmr <mjxmr@protonmail.com> | 2020-11-10 18:18:04 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-03-28 15:41:48 +0200 |
commit | 673c6d2d11a4ae639c43bbf40e31e808932fd625 (patch) | |
tree | bafa4f0b6113e7720a9978f7e071760e1f4131bc /src/daemon | |
parent | Merge pull request #7619 (diff) | |
download | monero-673c6d2d11a4ae639c43bbf40e31e808932fd625.tar.xz |
Reduce compilation time of epee/portable_storage_template_helper.h
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/command_parser_executor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/command_parser_executor.cpp b/src/daemon/command_parser_executor.cpp index 5a7560874..3e02acd03 100644 --- a/src/daemon/command_parser_executor.cpp +++ b/src/daemon/command_parser_executor.cpp @@ -30,6 +30,7 @@ #include "common/command_line.h" #include "net/parse.h" #include "daemon/command_parser_executor.h" +#include <boost/filesystem.hpp> #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "daemon" |