diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-08-25 20:02:35 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-08-25 20:28:12 +0200 |
commit | 4ad2f6e165a4eb486155eae652e187dc4d6b7d99 (patch) | |
tree | d6651c48a3eabeda866a6209a6b8d07773cacf33 /lib/room.cpp | |
parent | e89986123c1bc55ceccb28c417c33ecdca602512 (diff) | |
download | libquotient-4ad2f6e165a4eb486155eae652e187dc4d6b7d99.tar.gz libquotient-4ad2f6e165a4eb486155eae652e187dc4d6b7d99.zip |
Cleanup
Diffstat (limited to 'lib/room.cpp')
-rw-r--r-- | lib/room.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/room.cpp b/lib/room.cpp index c6fbb353..007446dc 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -16,6 +16,7 @@ #include "user.h" #include "eventstats.h" #include "roomstateview.h" +#include "qt_connection_util.h" // NB: since Qt 6, moc_room.cpp needs User fully defined #include "moc_room.cpp" |