diff options
Diffstat (limited to 'autotests/kconfig_compiler/test9main.cpp')
-rw-r--r-- | autotests/kconfig_compiler/test9main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test9main.cpp b/autotests/kconfig_compiler/test9main.cpp index 03c43f1b..0a7256f1 100644 --- a/autotests/kconfig_compiler/test9main.cpp +++ b/autotests/kconfig_compiler/test9main.cpp @@ -5,9 +5,9 @@ */ #include "test9.h" +#include <QDebug> #include <QDir> #include <QGuiApplication> -#include <QDebug> int main(int argc, char **argv) { |