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/checkpoints/checkpoints.cpp | |
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/checkpoints/checkpoints.cpp')
-rw-r--r-- | src/checkpoints/checkpoints.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/checkpoints/checkpoints.cpp b/src/checkpoints/checkpoints.cpp index c88a630cc..6b48d8723 100644 --- a/src/checkpoints/checkpoints.cpp +++ b/src/checkpoints/checkpoints.cpp @@ -34,6 +34,8 @@ #include "string_tools.h" #include "storages/portable_storage_template_helper.h" // epee json include #include "serialization/keyvalue_serialization.h" +#include <boost/system/error_code.hpp> +#include <boost/filesystem.hpp> #include <functional> #include <vector> |