diff options
Diffstat (limited to 'sci-electronics/klayout/files/klayout-0.21.10-gcc46.patch')
-rw-r--r-- | sci-electronics/klayout/files/klayout-0.21.10-gcc46.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-electronics/klayout/files/klayout-0.21.10-gcc46.patch b/sci-electronics/klayout/files/klayout-0.21.10-gcc46.patch new file mode 100644 index 000000000000..4041af6d6c45 --- /dev/null +++ b/sci-electronics/klayout/files/klayout-0.21.10-gcc46.patch @@ -0,0 +1,11 @@ +diff -ruN klayout-0.21.10.orig/src/tlStableVector.h klayout-0.21.10/src/tlStableVector.h +--- klayout-0.21.10.orig/src/tlStableVector.h 2011-05-07 20:53:35.000000000 +0200 ++++ klayout-0.21.10/src/tlStableVector.h 2011-05-29 10:34:20.000000000 +0200 +@@ -25,6 +25,7 @@ + #ifndef HDR_tlStableVector + #define HDR_tlStableVector + ++#include <stddef.h> + #include <vector> + #include <iterator> + |