diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-11-21 19:35:41 -0500 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-11-21 19:39:22 -0500 |
commit | f87ccf57e084226fcccb51525bba805bbcb83e6f (patch) | |
tree | 3a6488f515018d716d4e5e11a91a8798d3fea1f1 /cad | |
parent | x11-wm/gamescope: update to 3.13.8 (diff) |
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
Diffstat (limited to 'cad')
-rw-r--r-- | cad/qucs-s/files/patch-qucs_diagrams_marker.h | 16 |
1 files changed, 16 insertions, 0 deletions
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 000000000000..bbd6ba89f18a --- /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 <vector> ++ + #include "element.h" + #include "viewpainter.h" + |