aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/headers.cc
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@unitus.it>2002-01-04 18:02:28 +0100
committerPaolo Carlini <paolo@gcc.gnu.org>2002-01-04 17:02:28 +0000
commit3b007b5d6bcefa3c87a920e834a7b1d0a34f38e5 (patch)
treeef4219bcfd9e1b5a7f08cc328f044c7aa65ed663 /libstdc++-v3/testsuite/ext/headers.cc
parentb6ec437a14a6a4774e07529aaeaa8879bf379011 (diff)
downloadgcc-3b007b5d6bcefa3c87a920e834a7b1d0a34f38e5.zip
gcc-3b007b5d6bcefa3c87a920e834a7b1d0a34f38e5.tar.gz
gcc-3b007b5d6bcefa3c87a920e834a7b1d0a34f38e5.tar.bz2
stl_tree.h (rb_tree): Move to...
2002-01-04 Paolo Carlini <pcarlini@unitus.it> * include/bits/stl_tree.h (rb_tree): Move to... * include/ext/rb_tree: ...here, new file. * include/Makefile.am (ext_headers): Add new file. * include/Makefile.in: Regenerate. * include/bits/stl_tempbuf.h (get_temporary_buffer + helper, return_temporary_buffer, struct temporary_buffer): Move to... * include/ext/memory: ...here. * testsuite/ext/headers.cc: Include <ext/rb_tree>. * include/backward/tempbuf.h: Include <ext/memory>, tweak. * include/backward/tree.h: Include <ext/rb_tree), tweak. From-SVN: r48538
Diffstat (limited to 'libstdc++-v3/testsuite/ext/headers.cc')
-rw-r--r--libstdc++-v3/testsuite/ext/headers.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/ext/headers.cc b/libstdc++-v3/testsuite/ext/headers.cc
index f63b4ab..a2c1233 100644
--- a/libstdc++-v3/testsuite/ext/headers.cc
+++ b/libstdc++-v3/testsuite/ext/headers.cc
@@ -30,6 +30,7 @@
#include <ext/iterator>
#include <ext/memory>
#include <ext/numeric>
+#include <ext/rb_tree>
#include <ext/rope>
#include <ext/slist>