From 286e7b396036e3d2bcccb63274079cf0a48ebf20 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?F=C3=A9vrier=20Simon?= <simon.fevrier@uliege.be>
Date: Wed, 15 Jun 2022 09:45:41 +0000
Subject: [PATCH] Update wMshConvert.cpp

---
 tbox/src/wMshConvert.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tbox/src/wMshConvert.cpp b/tbox/src/wMshConvert.cpp
index 013fff0..09e4dfa 100644
--- a/tbox/src/wMshConvert.cpp
+++ b/tbox/src/wMshConvert.cpp
@@ -17,6 +17,7 @@
 #include "wMshConvert.h"
 #include "std_extra.h"
 #include <string>
+#include <limits>
 #include <cstring>
 #include <sstream>
 #include <fstream>
@@ -343,4 +344,4 @@ void MshConvert::ansys_gmsh(std::string const &fname1, std::string const &fname2
         }
     }
     fclose(read_file3);
-}
\ No newline at end of file
+}
-- 
GitLab