From 10d47645ff2436d76c5a1636303bf7bd8bc61c75 Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Sun, 8 Feb 2009 14:46:17 +0000 Subject: [PATCH] Adapted include path for darwin compatibility git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@11 fdac6126-5c0c-442c-9429-916003d36597 --- Apps/Decimating/decimaterviewer.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Apps/Decimating/decimaterviewer.cc b/Apps/Decimating/decimaterviewer.cc index a23072a6..f7bde039 100644 --- a/Apps/Decimating/decimaterviewer.cc +++ b/Apps/Decimating/decimaterviewer.cc @@ -39,8 +39,11 @@ #include "DecimaterViewerWidget.hh" +#ifdef ARCH_DARWIN +#include +#else #include - +#endif void usage_and_exit(int xcode);