blob: 7870d8bf725a6ad795b0736c3d41b8a98218a183 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/OpenMesh/Apps/Decimating/decimaterviewer.cc.orig 2020-03-12 13:55:53 UTC
+++ src/OpenMesh/Apps/Decimating/decimaterviewer.cc
@@ -44,6 +44,9 @@
#ifdef _MSC_VER
# pragma warning(disable: 4267 4311)
#endif
+#if defined(__FreeBSD__)
+#include <unistd.h>
+#endif
#include <iostream>
#include <fstream>
|