diff options
| author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2024-05-22 09:38:55 +0200 |
|---|---|---|
| committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2024-05-22 07:56:58 +0000 |
| commit | d857af4cec9d1e3651f6c4759066ae953cd730c0 (patch) | |
| tree | 0e1483b4cea33af1ea5260996aa9873aa9c3db3e /src/plugins/python/pythonrunconfiguration.cpp | |
| parent | ae9a307184ca8e696b74fb7768c70edc07904af2 (diff) | |
Python: Add missing include
Otherwise getting:
invalid application of ‘sizeof’ to incomplete type
‘ProjectExplorer::BuildSystem’
Amends 85cb3f7651e0377e8f50f1fe536872b6e05fa9bb
Change-Id: Ie423bfb05dd852735fb5fa64a19cc1c4f9780e0b
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/python/pythonrunconfiguration.cpp')
| -rw-r--r-- | src/plugins/python/pythonrunconfiguration.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/python/pythonrunconfiguration.cpp b/src/plugins/python/pythonrunconfiguration.cpp index c2c77311cd3..e4ec5a9e845 100644 --- a/src/plugins/python/pythonrunconfiguration.cpp +++ b/src/plugins/python/pythonrunconfiguration.cpp @@ -12,6 +12,7 @@ #include <debugger/debuggerruncontrol.h> +#include <projectexplorer/buildsystem.h> #include <projectexplorer/runconfiguration.h> #include <projectexplorer/runconfigurationaspects.h> #include <projectexplorer/runcontrol.h> |
