mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
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
10 lines
213 B
C++
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>
|