aboutsummaryrefslogtreecommitdiff
path: root/src/dbwrapper.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-06-23 15:05:14 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-06-23 15:33:01 +0200
commitf3b5c1e4522f13060e9ace2913203e7a6b2eb2d1 (patch)
tree75f370b9d10c2440d972e992a5666d545f1bb6fc /src/dbwrapper.cpp
parent01e9e2d1ca7fc08d65663b398c71ecec6a01f686 (diff)
downloadbitcoin-f3b5c1e4522f13060e9ace2913203e7a6b2eb2d1.tar.xz
Use more specific path when including `memenv.h` header
Diffstat (limited to 'src/dbwrapper.cpp')
-rw-r--r--src/dbwrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbwrapper.cpp b/src/dbwrapper.cpp
index a2f1f32780..d4a8e4f35a 100644
--- a/src/dbwrapper.cpp
+++ b/src/dbwrapper.cpp
@@ -10,7 +10,7 @@
#include <leveldb/cache.h>
#include <leveldb/env.h>
#include <leveldb/filter_policy.h>
-#include <memenv.h>
+#include <leveldb/helpers/memenv/memenv.h>
#include <stdint.h>
#include <algorithm>