mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
fix build with lang/gcc46
Reported by: pav, gerald Approved by: stephen
This commit is contained in:
parent
869f971969
commit
d2da483e52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279510
1 changed files with 10 additions and 0 deletions
10
cad/gmsh/files/patch-Geo__CustomContainer.h
Normal file
10
cad/gmsh/files/patch-Geo__CustomContainer.h
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- Geo/CustomContainer.h.orig 2010-10-15 09:35:00.000000000 -0400
|
||||||
|
+++ Geo/CustomContainer.h 2011-08-09 05:12:35.000000000 -0400
|
||||||
|
@@ -8,6 +8,7 @@
|
||||||
|
#ifndef _CUSTOMCONTAINER_H_
|
||||||
|
#define _CUSTOMCONTAINER_H_
|
||||||
|
|
||||||
|
+#include <cstddef>
|
||||||
|
#include <cstdlib>
|
||||||
|
#include <cstring>
|
||||||
|
|
Loading…
Add table
Reference in a new issue