From 322335dbb91607a4d0f12aa41453789f74fd0531 Mon Sep 17 00:00:00 2001 From: Van Dung Nguyen <vandung.nguyen@ulg.ac.be> Date: Thu, 13 Feb 2014 09:31:53 +0000 Subject: [PATCH] header file missing --- Mesh/meshGRegionBoundaryRecovery.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Mesh/meshGRegionBoundaryRecovery.cpp b/Mesh/meshGRegionBoundaryRecovery.cpp index 62b61fcdab..b16b568d6f 100644 --- a/Mesh/meshGRegionBoundaryRecovery.cpp +++ b/Mesh/meshGRegionBoundaryRecovery.cpp @@ -6,6 +6,7 @@ #include <stdio.h> #include <math.h> #include <assert.h> +#include <string.h> #include "meshGRegionBoundaryRecovery.h" #include "robustPredicates.h" #include "GFace.h" -- GitLab