From 3dc94e00c99fc6284f29e3ebec4e287bf84bca81 Mon Sep 17 00:00:00 2001
From: Koen Hillewaert <koen.hillewaert@cenaero.be>
Date: Tue, 26 Apr 2016 13:07:07 +0000
Subject: [PATCH] including limits since otherwise std::numeric_limits not
 defined

---
 Geo/MElement.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Geo/MElement.cpp b/Geo/MElement.cpp
index 49f377c3c4..dd28bb8c79 100644
--- a/Geo/MElement.cpp
+++ b/Geo/MElement.cpp
@@ -5,6 +5,7 @@
 
 #include <stdlib.h>
 #include <math.h>
+#include <limits>
 #include "GmshConfig.h"
 #include "GmshMessage.h"
 #include "GModel.h"
-- 
GitLab