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/cryptonote_basic | |
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/cryptonote_basic')
-rw-r--r-- | src/cryptonote_basic/miner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_basic/miner.cpp b/src/cryptonote_basic/miner.cpp index 29f6dce5a..ae514aac6 100644 --- a/src/cryptonote_basic/miner.cpp +++ b/src/cryptonote_basic/miner.cpp @@ -44,6 +44,7 @@ #include "string_tools.h" #include "storages/portable_storage_template_helper.h" #include "boost/logic/tribool.hpp" +#include <boost/filesystem.hpp> #ifdef __APPLE__ #include <sys/times.h> |