aboutsummaryrefslogtreecommitdiff
path: root/jobs
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2016-07-26 16:36:41 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2016-07-26 16:50:23 +0900
commit3c11f55bfd2b626e330277255bb0c38fbbae84fa (patch)
treef91a59dbc47184848200d08919ae4a31b175b17a /jobs
parent8e41220a812522d6ba53cf391a0cfc5355043b16 (diff)
downloadlibquotient-3c11f55bfd2b626e330277255bb0c38fbbae84fa.tar.gz
libquotient-3c11f55bfd2b626e330277255bb0c38fbbae84fa.zip
Added a missing #include.
Diffstat (limited to 'jobs')
-rw-r--r--jobs/roommembersjob.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/roommembersjob.cpp b/jobs/roommembersjob.cpp
index c16ba481..002be75b 100644
--- a/jobs/roommembersjob.cpp
+++ b/jobs/roommembersjob.cpp
@@ -20,6 +20,7 @@
#include <QtCore/QJsonObject>
#include <QtCore/QJsonArray>
+#include <QtCore/QDebug>
#include "../room.h"
#include "../state.h"