aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_depth.cpp
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-04-16 12:43:42 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-04-16 12:43:42 -0500
commit2218e23e84a89e9a1e4c0be5d50f891ab836754f (patch)
treefa2a830b10994fa77fd23cb0a0f421d438df7463 /src/blockchain_utilities/blockchain_depth.cpp
parentMerge pull request #7650 (diff)
parentReduce compilation time of epee/portable_storage_template_helper.h (diff)
downloadmonero-2218e23e84a89e9a1e4c0be5d50f891ab836754f.tar.xz
Merge pull request #7002
673c6d2 Reduce compilation time of epee/portable_storage_template_helper.h (mj-xmr)
Diffstat (limited to 'src/blockchain_utilities/blockchain_depth.cpp')
-rw-r--r--src/blockchain_utilities/blockchain_depth.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blockchain_utilities/blockchain_depth.cpp b/src/blockchain_utilities/blockchain_depth.cpp
index 6199586bf..8c3c3a009 100644
--- a/src/blockchain_utilities/blockchain_depth.cpp
+++ b/src/blockchain_utilities/blockchain_depth.cpp
@@ -27,6 +27,7 @@
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <boost/range/adaptor/transformed.hpp>
+#include <boost/filesystem/path.hpp>
#include <boost/algorithm/string.hpp>
#include "common/command_line.h"
#include "common/varint.h"