summary refs log tree commit diff
path: root/src/Cache_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r--src/Cache_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Cache_p.h b/src/Cache_p.h

index 47dd945a..32f2a67d 100644 --- a/src/Cache_p.h +++ b/src/Cache_p.h
@@ -26,7 +26,11 @@ #include <QImage> #include <QString> +#if __has_include(<lmdbxx/lmdb++.h>) +#include <lmdbxx/lmdb++.h> +#else #include <lmdb++.h> +#endif #include <nlohmann/json.hpp> #include <mtx/responses.hpp>