diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-07-12 20:17:48 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-07-12 20:17:48 +0900 |
commit | 21d254df402bb4a22b23211b234ee3ea27396c83 (patch) | |
tree | dab4517de10c7204570528d1f8bbe0a8c3ff8f90 | |
parent | a808ecf29ed27247919b86a0b310bccdedf96197 (diff) | |
download | libquotient-21d254df402bb4a22b23211b234ee3ea27396c83.tar.gz libquotient-21d254df402bb4a22b23211b234ee3ea27396c83.zip |
Added a missing #include
-rw-r--r-- | user.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #include <QtCore/QTimer> #include <QtCore/QPair> +#include <QtCore/QDebug> using namespace QMatrixClient; |