From c172b40ac6b2424c7faced30c78241fe50d80f5b Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Fri, 4 Jul 2025 10:00:18 +0200 Subject: Include what you need: qquaternion.h qmatrix4x4.h will lose its qquaternion.h include, so include qquaternion.h explicitly in all files that mention 'QQuaternion', unless, for a foo.cpp, the own foo.h has already included it. Picking all the way back, even though the include removal won't be picked as far back, because it's the correct thing to do and cannot fail. Pick-to: 6.10 6.9 6.8 6.5 Change-Id: I417307626f61b47f694b18424f8c2941f7b8a31c Reviewed-by: Volker Hilsheimer --- tests/manual/cylinder-cpp/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/manual/cylinder-cpp/main.cpp') diff --git a/tests/manual/cylinder-cpp/main.cpp b/tests/manual/cylinder-cpp/main.cpp index bb84caf96..7625d72fb 100644 --- a/tests/manual/cylinder-cpp/main.cpp +++ b/tests/manual/cylinder-cpp/main.cpp @@ -24,6 +24,8 @@ #include #include +#include + int main(int argc, char **argv) { QGuiApplication app(argc, argv); -- cgit v1.2.3