summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-08-19 20:44:58 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-08-19 20:44:58 -0400
commit89015b9f187a36b71eed49d03b44545c1976efed (patch)
tree901b3419e888f9d3de84508644c9e5b075411e55 /src/Cache.h
parentFix build issues w/ clang (diff)
downloadnheko-89015b9f187a36b71eed49d03b44545c1976efed.tar.xz
Fix SIGNAL SLOT issue on mtx types
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cache.h b/src/Cache.h

index 5ec79c3b..302bb65b 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -32,6 +32,7 @@ #include <nlohmann/json.hpp> #include "Logging.h" +#include "MatrixClient.h" using mtx::events::state::JoinRule;