[tests] Fix build - missing include to QDebug

Sorry, worked on my system.
master
Martin Gräßlin 8 years ago
parent e763abe91f
commit f9725a6849

@ -19,6 +19,7 @@
*/ */
#include "../xcbutils.h" #include "../xcbutils.h"
#include <QApplication> #include <QApplication>
#include <QDebug>
#include <QCommandLineParser> #include <QCommandLineParser>
#include <QLabel> #include <QLabel>
#include <QFormLayout> #include <QFormLayout>

Loading…
Cancel
Save