dev-cpp/tree: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/8836
This commit is contained in:
Michael Mair-Keimberger
2018-06-13 19:54:37 +02:00
committed by Aaron Bauman
parent ad77be6a46
commit 3efd8999d7

View File

@@ -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.