diff options
author | Roman Plášil <me@rplasil.name> | 2017-02-13 18:26:33 +0800 |
---|---|---|
committer | Roman Plášil <me@rplasil.name> | 2017-06-02 16:23:43 +0800 |
commit | 6e80ef5b5776eb09f14b6815c2f4d6dbec69dffd (patch) | |
tree | 6430780d5200e7fdeda2efda83e2ad51ffe02736 /room.cpp | |
parent | 36dbba9c543b819aec526f18c33f1d95b0ee61c7 (diff) | |
download | libquotient-6e80ef5b5776eb09f14b6815c2f4d6dbec69dffd.tar.gz libquotient-6e80ef5b5776eb09f14b6815c2f4d6dbec69dffd.zip |
Fix qmake compilation
Diffstat (limited to 'room.cpp')
-rw-r--r-- | room.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |