aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/headers.cc
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@unitus.it>2002-01-02 13:16:56 +0100
committerPaolo Carlini <paolo@gcc.gnu.org>2002-01-02 12:16:56 +0000
commitf53d0ff1433077903c2a3e805e5f0cd79163d509 (patch)
treead019616814a5f2ed84eaafde669d01edf9985a9 /libstdc++-v3/testsuite/ext/headers.cc
parentd46a33b3223caf37f764ce4c26d9e293b9f26fff (diff)
downloadgcc-f53d0ff1433077903c2a3e805e5f0cd79163d509.zip
gcc-f53d0ff1433077903c2a3e805e5f0cd79163d509.tar.gz
gcc-f53d0ff1433077903c2a3e805e5f0cd79163d509.tar.bz2
stl_algobase.h (copy_n + helpers, [...]): Move to...
2002-01-02 Paolo Carlini <pcarlini@unitus.it> * include/bits/stl_algobase.h (copy_n + helpers, lexicographical_compare_3way + helpers): Move to... * include/ext/algorithm: ...here. * include/bits/stl_uninitialized.h (uninitialized_copy_n + helpers): Move to... * include/ext/memory: ...here, new file. * include/Makefile.am (ext_headers): Add new file. * include/Makefile.in: Regenerate. * testsuite/ext/headers.cc: Include <ext/memory>. * include/backward/algobase.h: Include <ext/memory> and <ext/algorithm>, tweak. * include/ext/ropeimpl.h: Include <ext/memory>, tweak. * include/ext/stl_rope.h: Include <ext/memory>, tweak. From-SVN: r48467
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 b751b82..bc7f8b2 100644
--- a/libstdc++-v3/testsuite/ext/headers.cc
+++ b/libstdc++-v3/testsuite/ext/headers.cc
@@ -27,6 +27,7 @@
#include <ext/hash_map>
#include <ext/hash_set>
#include <ext/iterator>
+#include <ext/memory>
#include <ext/rope>
#include <ext/slist>