From d857af4cec9d1e3651f6c4759066ae953cd730c0 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Wed, 22 May 2024 09:38:55 +0200 Subject: [PATCH] Python: Add missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise getting: invalid application of ‘sizeof’ to incomplete type ‘ProjectExplorer::BuildSystem’ Amends 85cb3f7651e0377e8f50f1fe536872b6e05fa9bb Change-Id: Ie423bfb05dd852735fb5fa64a19cc1c4f9780e0b Reviewed-by: Eike Ziller --- src/plugins/python/pythonrunconfiguration.cpp | 1 + 1 file changed, 1 insertion(+) 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 +#include #include #include #include