Skip to content
Snippets Groups Projects
Commit 58b98d1c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing includes for gcc4.4 from Martin Michlmayr (Debian)

parent 3d1b7d3e
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#include <stdio.h>
#if defined(__CYGWIN__)
#include <sys/cygwin.h>
#endif
......
......@@ -3,6 +3,7 @@
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#include <stdio.h>
#include <FL/Fl_Browser.H>
#include <FL/Fl_Box.H>
#include <FL/Fl_Button.H>
......
......@@ -675,7 +675,7 @@ void gmshBowyerWatsonFrontal(GFace *gf)
std::vector<double> vSizes, vSizesBGM, Us, Vs;
std::vector<SMetric3> vMetricsBGM;
testTensor();
//testTensor();
buildMeshGenerationDataStructures(gf, AllTris, vSizes, vSizesBGM, Us, Vs);
......
......@@ -3,6 +3,7 @@
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#include <stdio.h>
#include <string.h>
#include "GmshMessage.h"
#include "Numeric.h"
......
......@@ -3,6 +3,7 @@
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#include <cstdio>
#include <cstring>
#include "GmshMessage.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment