diff --git a/tbox/src/wMshConvert.cpp b/tbox/src/wMshConvert.cpp
index 013fff0c07c8539820a1d14ae2fd54138aafa852..09e4dfa05a474097180dfd0c98bf4a75e8f73713 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
+}