diff options
| author | Francisco Boni <boboniboni@gmail.com> | 2024-06-29 03:17:22 -0300 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-06-29 10:46:18 +0200 |
| commit | fd251ca8e368d7747da6a6bd7dd29b4d23dd45a6 (patch) | |
| tree | 6fdee2f94b8e6a012c74f3221f1f5be584877cdc | |
| parent | 365bdb7fc286e273f00be687d2605e97021d18e4 (diff) | |
Fix non-unity build compilation error: anystringview_helpers.h
Fixes non-unity build compilation error in anystringview_helpers.h
(missing qsizetype). Amends 16098891ad21c2ba984582a1de770e49f961f22b.
Pick-to: 6.7
Task-number: PYSIDE-2792
Fixes: PYSIDE-2804
Change-Id: Ia6d08ce162c66464da5325f53fa564c7a3c6cce6
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
| -rw-r--r-- | sources/shiboken6/ApiExtractor/anystringview_helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/anystringview_helpers.h b/sources/shiboken6/ApiExtractor/anystringview_helpers.h index 8c25cffb4..f1c49e041 100644 --- a/sources/shiboken6/ApiExtractor/anystringview_helpers.h +++ b/sources/shiboken6/ApiExtractor/anystringview_helpers.h @@ -4,6 +4,7 @@ #ifndef ANYSTRINGVIEW_STREAM_H #define ANYSTRINGVIEW_STREAM_H +#include <QtCore/QtTypes> #include <QtCore/QtClassHelperMacros> QT_FORWARD_DECLARE_CLASS(QAnyStringView) |
