From afcd29201dd6755e58a94b9a12e6cb3d5086723b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 18 Mar 2016 06:14:04 +0000 Subject: [PATCH] fix compile --- Mesh/meshGRegionBoundaryRecovery.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh/meshGRegionBoundaryRecovery.cpp b/Mesh/meshGRegionBoundaryRecovery.cpp index 7aa9641f63..c6b061cc26 100644 --- a/Mesh/meshGRegionBoundaryRecovery.cpp +++ b/Mesh/meshGRegionBoundaryRecovery.cpp @@ -4,6 +4,7 @@ // bugs and problems to the public mailing list <gmsh@onelab.info>. #include <stdio.h> +#include <string.h> #include <assert.h> #include "GmshConfig.h" #include "meshGRegionBoundaryRecovery.h" @@ -17,7 +18,6 @@ #include "MTetrahedron.h" #include "Context.h" #include "OS.h" -#include <string.h> namespace tetgenBR { @@ -81,7 +81,7 @@ public: #define insphere robustPredicates::insphere static double orient4d(double*, double *, double *, double *, double *, double, double, double, double, double){ return 0.; } - +#define clock_t int #include "tetgenBR.h" #include "tetgenBR.cxx" -- GitLab