summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-02-24 19:50:31 +0000
committerredsky17 <joedonofry@gmail.com>2019-02-24 20:05:11 +0000
commit75fb95855d9f48f531c62028c30d3b588a23710a (patch)
treeefa3aca1f0e3cadd3ff34320fc1c2a35f56de3e9 /src/Cache.h
parentMerge pull request #32 from Vistaus/master (diff)
downloadnheko-75fb95855d9f48f531c62028c30d3b588a23710a.tar.xz
Nlohmann build updates
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.h b/src/Cache.h

index 1a133618..f06a7920 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -24,7 +24,7 @@ #include <QImage> #include <QString> -#include <json.hpp> +#include <nlohmann/json.hpp> #include <lmdb++.h> #include <mtx/events/join_rules.hpp> #include <mtx/responses.hpp>