1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/cad/gmsh/files/patch-Geo::GModelIO_CGNS.cpp
Tilman Keskinoz 0917520cff Fix compile with gcc 4.4
PR:		136948
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu>
2009-07-25 12:55:07 +00:00

11 lines
269 B
C++

--- Geo/GModelIO_CGNS.cpp-xxx 2009-07-20 16:54:23.000000000 -0500
+++ Geo/GModelIO_CGNS.cpp 2009-07-20 16:55:01.000000000 -0500
@@ -24,6 +24,7 @@
#define omp_destroy_lock(x)
#endif
+#include <cstdio>
#include <cstring>
#include <iostream> // DBG
#include <map>