Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/freecad/files/patch-src_Gui_SoFCUnifiedSelection.h
16462 views
1
--- src/Gui/SoFCUnifiedSelection.h.orig 2023-01-21 23:07:09.710205000 +0100
2
+++ src/Gui/SoFCUnifiedSelection.h 2023-01-21 23:07:38.508972000 +0100
3
@@ -23,6 +23,7 @@
4
#ifndef GUI_SOFCUNIFIEDSELECTION_H
5
#define GUI_SOFCUNIFIEDSELECTION_H
6
7
+#include <array>
8
#include <list>
9
#include <unordered_map>
10
#include <unordered_set>
11
12