aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-06-10 07:46:57 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-06-10 08:38:39 +0200
commit527eec228d98f1c8e23f95dc92d6eed4d5a8725a (patch)
treed626290e9bbcfea5c9d173d223221b043de8a864
parent65c9fd04c80f14adff22428abcaa125569b32ee4 (diff)
Fix non-unity build
Amends c7c7dc9ba6da83f26d2ecda33a9af58d3f8f5f20, 11afd18d34c17a345315d226b6124dc1fd31d12c and 28d04cae204881392ddc0826a570d05ba82c5ee0. Pick-to: 6.7 Task-number: PYSIDE-2404 Task-number: PYSIDE-2768 Change-Id: I7caed5c4bddfaa594dfb692d5e087e0c88208e3e Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--sources/shiboken6/ApiExtractor/apiextractorresult.cpp1
-rw-r--r--sources/shiboken6/libshiboken/sbkenum.cpp1
-rw-r--r--sources/shiboken6/tests/libother/othermultiplederived.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/apiextractorresult.cpp b/sources/shiboken6/ApiExtractor/apiextractorresult.cpp
index b53ffa9b6..5a433bbeb 100644
--- a/sources/shiboken6/ApiExtractor/apiextractorresult.cpp
+++ b/sources/shiboken6/ApiExtractor/apiextractorresult.cpp
@@ -7,6 +7,7 @@
#include "enumtypeentry.h"
#include "flagstypeentry.h"
+#include "smartpointertypeentry.h"
ApiExtractorResult::ApiExtractorResult() = default;
diff --git a/sources/shiboken6/libshiboken/sbkenum.cpp b/sources/shiboken6/libshiboken/sbkenum.cpp
index 2b083a91c..4c0597bda 100644
--- a/sources/shiboken6/libshiboken/sbkenum.cpp
+++ b/sources/shiboken6/libshiboken/sbkenum.cpp
@@ -3,6 +3,7 @@
#include "sbkenum.h"
#include "sbkstring.h"
+#include "helper.h"
#include "sbkstaticstrings.h"
#include "sbkstaticstrings_p.h"
#include "sbkconverter.h"
diff --git a/sources/shiboken6/tests/libother/othermultiplederived.h b/sources/shiboken6/tests/libother/othermultiplederived.h
index cd9910687..9f90c43a7 100644
--- a/sources/shiboken6/tests/libother/othermultiplederived.h
+++ b/sources/shiboken6/tests/libother/othermultiplederived.h
@@ -6,6 +6,7 @@
#include "libothermacros.h"
#include "multiple_derived.h"
+#include "objecttype.h"
#include "virtualmethods.h"
class ObjectType;