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

patch for gcc 4.3 from Thierry Thomas

parent dd79ac26
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,9 @@
// A small utility that reads a Gmsh mesh file and makes the numbering
// dense (without gaps in the node/element number sequences)
#include <stdlib.h>
#include <stdio.h>
#include <strings.h>
#include <string.h>
#include <vector>
#include <map>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment