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/rpc | |
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/rpc')
-rw-r--r-- | src/rpc/core_rpc_server.cpp | 1 | ||||
-rw-r--r-- | src/rpc/rpc_payment.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/rpc/core_rpc_server.cpp b/src/rpc/core_rpc_server.cpp index 0c6e2ec8f..efdf20f4a 100644 --- a/src/rpc/core_rpc_server.cpp +++ b/src/rpc/core_rpc_server.cpp @@ -30,6 +30,7 @@ #include <boost/preprocessor/stringize.hpp> #include <boost/uuid/nil_generator.hpp> +#include <boost/filesystem.hpp> #include "include_base_utils.h" #include "string_tools.h" using namespace epee; diff --git a/src/rpc/rpc_payment.cpp b/src/rpc/rpc_payment.cpp index 176f11fa3..bf6584f72 100644 --- a/src/rpc/rpc_payment.cpp +++ b/src/rpc/rpc_payment.cpp @@ -27,6 +27,7 @@ // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <boost/archive/portable_binary_iarchive.hpp> +#include <boost/filesystem.hpp> #include "cryptonote_config.h" #include "include_base_utils.h" #include "string_tools.h" |