summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
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 f06a7920..b9cf0aeb 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -24,12 +24,12 @@ #include <QImage> #include <QString> -#include <nlohmann/json.hpp> #include <lmdb++.h> #include <mtx/events/join_rules.hpp> #include <mtx/responses.hpp> #include <mtxclient/crypto/client.hpp> #include <mutex> +#include <nlohmann/json.hpp> #include "Logging.h"