summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-02-25 03:10:02 +0000
committerredsky17 <joedonofry@gmail.com>2019-02-25 03:10:02 +0000
commit8a2df06f3affb936356123387486eae0b7e0f6b8 (patch)
tree9050de3c498e617b68c21ac25c693b6dcc889375 /src
parentCI Updates (diff)
downloadnheko-8a2df06f3affb936356123387486eae0b7e0f6b8.tar.xz
Fix linting issue
Diffstat (limited to 'src')
-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"