From ceaa2cafa4105e6ed8645468cf966e24099fc486 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 22 Oct 2018 05:15:14 +0000 Subject: New port: math/openmesh: Generic data structure for manipulating polygonal meshes --- .../files/patch-src_OpenMesh_Apps_Subdivider_subdivider.cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/openmesh/files/patch-src_OpenMesh_Apps_Subdivider_subdivider.cc (limited to 'math/openmesh/files/patch-src_OpenMesh_Apps_Subdivider_subdivider.cc') diff --git a/math/openmesh/files/patch-src_OpenMesh_Apps_Subdivider_subdivider.cc b/math/openmesh/files/patch-src_OpenMesh_Apps_Subdivider_subdivider.cc new file mode 100644 index 000000000000..74cab1bff5b6 --- /dev/null +++ b/math/openmesh/files/patch-src_OpenMesh_Apps_Subdivider_subdivider.cc @@ -0,0 +1,12 @@ +--- src/OpenMesh/Apps/Subdivider/subdivider.cc.orig 2018-10-21 23:37:26 UTC ++++ src/OpenMesh/Apps/Subdivider/subdivider.cc +@@ -48,6 +48,9 @@ + + #include + #include ++#if defined(__FreeBSD__) ++#include ++#endif + // ---------------------------------------- OpenMesh Stuff + #include + #include -- cgit v1.2.3