Skip to content

Commit

Permalink
cad/qucs-s: Fix build with Qt 6.6.x
Browse files Browse the repository at this point in the history
ra3xdh/qucs_s#375
ra3xdh/qucs_s#376

PR:		275068
MFH:		2023Q4
  • Loading branch information
BSDKaffee committed Nov 22, 2023
1 parent f3ff82d commit f87ccf5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 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"

0 comments on commit f87ccf5

Please sign in to comment.