diff options
Diffstat (limited to 'sci-biology/probcons/files/probcons-1.12-gcc-4.6.patch')
-rw-r--r-- | sci-biology/probcons/files/probcons-1.12-gcc-4.6.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-biology/probcons/files/probcons-1.12-gcc-4.6.patch b/sci-biology/probcons/files/probcons-1.12-gcc-4.6.patch new file mode 100644 index 000000000000..1596f3b31916 --- /dev/null +++ b/sci-biology/probcons/files/probcons-1.12-gcc-4.6.patch @@ -0,0 +1,15 @@ + SafeVector.h | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/SafeVector.h b/SafeVector.h +index abf4b64..9c3292e 100644 +--- a/SafeVector.h ++++ b/SafeVector.h +@@ -8,6 +8,7 @@ + #ifndef SAFEVECTOR_H + #define SAFEVECTOR_H + ++#include <cstddef> + #include <cassert> + #include <vector> + |