Skip to content
Snippets Groups Projects
Commit abf19a00 authored by Bastien Gorissen's avatar Bastien Gorissen
Browse files

Include added to fix compile with newer GCC versions.

parent 4d5b1988
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include "polynomialBasis.h" #include "polynomialBasis.h"
#include "GmshMessage.h" #include "GmshMessage.h"
#include <limits> #include <limits>
#include <string.h>
double qmTriangle(const BDS_Point *p1, const BDS_Point *p2, const BDS_Point *p3, double qmTriangle(const BDS_Point *p1, const BDS_Point *p2, const BDS_Point *p3,
const qualityMeasure4Triangle &cr) const qualityMeasure4Triangle &cr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment