Skip to content
Snippets Groups Projects

Add <limits> header to wMshConvert.cpp

Closed Février Simon requested to merge Simon.Fevrier1/amfe:master into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -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
}
Loading