aboutsummaryrefslogtreecommitdiff
path: root/room.cpp
diff options
context:
space:
mode:
authorRoman Plášil <me@rplasil.name>2017-02-13 18:26:33 +0800
committerRoman Plášil <me@rplasil.name>2017-06-02 16:23:43 +0800
commit6e80ef5b5776eb09f14b6815c2f4d6dbec69dffd (patch)
tree6430780d5200e7fdeda2efda83e2ad51ffe02736 /room.cpp
parent36dbba9c543b819aec526f18c33f1d95b0ee61c7 (diff)
downloadlibquotient-6e80ef5b5776eb09f14b6815c2f4d6dbec69dffd.tar.gz
libquotient-6e80ef5b5776eb09f14b6815c2f4d6dbec69dffd.zip
Fix qmake compilation
Diffstat (limited to 'room.cpp')
-rw-r--r--room.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/room.cpp b/room.cpp
index 6c22b338..9d501556 100644
--- a/room.cpp
+++ b/room.cpp
@@ -24,6 +24,8 @@
#include <QtCore/QJsonArray>
#include <QtCore/QStringBuilder> // for efficient string concats (operator%)
#include <QtCore/QElapsedTimer>
+#include <algorithm>
+#include <array>
#include "connection.h"
#include "state.h"