summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-05-12 22:39:53 +0530
committerChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-05-15 17:48:27 +0530
commit30d61e3114927a93305fc52ed4a78ab0dc50024f (patch)
treeac8fe1f151a763b6eee7db1e544ea46282f7f1aa /src/Cache.h
parentTranslated using Weblate (German) (diff)
downloadnheko-30d61e3114927a93305fc52ed4a78ab0dc50024f.tar.xz
minor fixes
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Cache.h b/src/Cache.h

index 12465c9d..3bb118c7 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -22,11 +22,13 @@ #include <QImage> #include <QString> +#if defined __has_include #if __has_include(<lmdbxx/lmdb++.h>) #include <lmdbxx/lmdb++.h> #else #include <lmdb++.h> #endif +#endif #include <mtx/responses.hpp>