From 2ed30ca6d73e94ee6cdfac5ea09cffe728e68037 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 1 Apr 2016 09:05:58 +0000 Subject: [PATCH] fix compile --- Mesh/qualityMeasuresJacobian.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Mesh/qualityMeasuresJacobian.cpp b/Mesh/qualityMeasuresJacobian.cpp index e097897658..44355a0102 100644 --- a/Mesh/qualityMeasuresJacobian.cpp +++ b/Mesh/qualityMeasuresJacobian.cpp @@ -3,6 +3,7 @@ // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. +#include <limits> #include "qualityMeasuresJacobian.h" #include "MElement.h" #include "BasisFactory.h" -- GitLab