Python: Fix compile on Linux

Change-Id: I193fb8e5c8e6815fbd1b358c1dda1918ff2be6f0
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Christian Stenger
2022-03-21 15:31:30 +01:00
parent b06db48869
commit 59cb70e61f

View File

@@ -29,6 +29,7 @@
#include <utils/qtcprocess.h>
#include <QFutureWatcher>
#include <QTimer>
namespace Python {
namespace Internal {