blob: f18104d80f1a2f9de40e46d12a19e104c2610bda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/OpenMesh/Apps/VDProgMesh/Analyzer/vdpmanalyzer.cc.orig 2020-03-12 13:55:54 UTC
+++ src/OpenMesh/Apps/VDProgMesh/Analyzer/vdpmanalyzer.cc
@@ -51,6 +51,9 @@
#include <limits>
#include <exception>
#include <cmath>
+#if defined(__FreeBSD__)
+#include <unistd.h>
+#endif
// -------------------- OpenMesh
#include <OpenMesh/Core/IO/MeshIO.hh>
#include <OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh>
|