diff options
Diffstat (limited to 'dev-cpp/tree/files/tree-2.65-gcc46.patch')
| -rw-r--r-- | dev-cpp/tree/files/tree-2.65-gcc46.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-cpp/tree/files/tree-2.65-gcc46.patch b/dev-cpp/tree/files/tree-2.65-gcc46.patch new file mode 100644 index 000000000000..d75b516112ba --- /dev/null +++ b/dev-cpp/tree/files/tree-2.65-gcc46.patch @@ -0,0 +1,15 @@ + tree.hh | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/tree.hh b/tree.hh +index 1429da3..d780be3 100644 +--- a/tree.hh ++++ b/tree.hh +@@ -71,6 +71,7 @@ + #include <set> + #include <queue> + #include <algorithm> ++#include <cstddef> + + // HP-style construct/destroy have gone from the standard, + // so here is a copy. |
