ports/cad/freecad/files/patch-src_Gui_Selection.h
Thierry Thomas 7204a27e23 cad/freecad: upgrade to 0.22.0dev and support OCCT 7.8.0
Upgrade to the tag corresponding to #11909, in order to support OpenCascade
7.8.0.

<https://github.com/FreeCAD/FreeCAD/pull/11909/files>

PR:		277315
Approved by:	maintainer’s time-out
2024-03-21 19:01:19 +01:00

10 lines
213 B
C++

--- src/Gui/Selection.h.orig 2024-03-20 18:17:17 UTC
+++ src/Gui/Selection.h
@@ -25,6 +25,7 @@
#define GUI_SELECTION_H
#include <deque>
+#include <array>
#include <list>
#include <string>
#include <vector>