From 11f783075eabf2e7c00d45290ea66d6314c26258 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Tue, 21 Nov 2023 19:35:41 -0500 Subject: [PATCH] cad/qucs-s: Fix build with Qt 6.6.x https://github.com/ra3xdh/qucs_s/issues/375 https://github.com/ra3xdh/qucs_s/pull/376 PR: 275068 MFH: 2023Q4 (cherry picked from commit f87ccf57e084226fcccb51525bba805bbcb83e6f) --- cad/qucs-s/files/patch-qucs_diagrams_marker.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cad/qucs-s/files/patch-qucs_diagrams_marker.h diff --git a/cad/qucs-s/files/patch-qucs_diagrams_marker.h b/cad/qucs-s/files/patch-qucs_diagrams_marker.h new file mode 100644 index 0000000000000..bbd6ba89f18a6 --- /dev/null +++ b/cad/qucs-s/files/patch-qucs_diagrams_marker.h @@ -0,0 +1,16 @@ +Fix build with Qt 6.6.x + +https://github.com/ra3xdh/qucs_s/issues/375 +https://github.com/ra3xdh/qucs_s/pull/376 + +--- qucs/diagrams/marker.h.orig 2023-10-26 12:53:59 UTC ++++ qucs/diagrams/marker.h +@@ -18,6 +18,8 @@ + #ifndef MARKER_H + #define MARKER_H + ++#include ++ + #include "element.h" + #include "viewpainter.h" +