diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-03-24 00:11:37 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-03-24 00:11:37 +0900 |
commit | f3d7021ccec51c2b9f4a83c5dc92dc7c56b776f8 (patch) | |
tree | 73ad2b0b8c56ea095f6f343bb206b048c806a403 | |
parent | 9af8b122516867c47dfdc7293b19eecd6f4f4eab (diff) | |
download | libquotient-f3d7021ccec51c2b9f4a83c5dc92dc7c56b776f8.tar.gz libquotient-f3d7021ccec51c2b9f4a83c5dc92dc7c56b776f8.zip |
Added a missing #include
-rw-r--r-- | connectiondata.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectiondata.cpp b/connectiondata.cpp index 32fcf184..4f50fb88 100644 --- a/connectiondata.cpp +++ b/connectiondata.cpp @@ -18,6 +18,7 @@ #include "connectiondata.h" +#include <QtCore/QDebug> #include <QtNetwork/QNetworkAccessManager> using namespace QMatrixClient; |