aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/test_generator/dummygentest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/test_generator/dummygentest.cpp')
-rw-r--r--sources/shiboken6/tests/test_generator/dummygentest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/sources/shiboken6/tests/test_generator/dummygentest.cpp b/sources/shiboken6/tests/test_generator/dummygentest.cpp
index 40ca6c7c5..42a3b3c5b 100644
--- a/sources/shiboken6/tests/test_generator/dummygentest.cpp
+++ b/sources/shiboken6/tests/test_generator/dummygentest.cpp
@@ -29,9 +29,10 @@
#include "dummygentest.h"
#include "dummygenerator.h"
#include "dummygentestconfig.h"
-#include <QTemporaryFile>
+
+#include <QtCore/QProcess>
+#include <QtCore/QTemporaryFile>
#include <QtTest/QTest>
-#include <QProcess>
#define GENERATED_CONTENTS "// Generated code for class: Dummy"