summaryrefslogtreecommitdiff
path: root/dev-cpp/tree/files/tree-2.65-gcc46.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/tree/files/tree-2.65-gcc46.patch')
-rw-r--r--dev-cpp/tree/files/tree-2.65-gcc46.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-cpp/tree/files/tree-2.65-gcc46.patch b/dev-cpp/tree/files/tree-2.65-gcc46.patch
deleted file mode 100644
index d75b516112ba..000000000000
--- a/dev-cpp/tree/files/tree-2.65-gcc46.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- 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.