[tests] Fix build - missing include to QDebug

Sorry, worked on my system.
icc-effect-5.14.5
Martin Gräßlin 2016-07-13 10:13:47 +02:00
parent e763abe91f
commit f9725a6849
1 changed files with 1 additions and 0 deletions

View File

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