aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/headers.cc
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@unitus.it>2001-12-31 20:30:24 +0100
committerPaolo Carlini <paolo@gcc.gnu.org>2001-12-31 19:30:24 +0000
commit6d66e50d528d1a003fe040606050066e76fcb99a (patch)
tree2d99820547e033d5ea0e4cb83ab212cfedb91535 /libstdc++-v3/testsuite/ext/headers.cc
parent36955a954f1177f75656351221074c2fac58a757 (diff)
downloadgcc-6d66e50d528d1a003fe040606050066e76fcb99a.zip
gcc-6d66e50d528d1a003fe040606050066e76fcb99a.tar.gz
gcc-6d66e50d528d1a003fe040606050066e76fcb99a.tar.bz2
iterator: Add #include <bits/std_iterator.h>, tweak.
2001-12-31 Paolo Carlini <pcarlini@unitus.it> * include/ext/iterator: Add #include <bits/std_iterator.h>, tweak. * testsuite/ext/headers.cc: Add <ext/iterator>. From-SVN: r48430
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 4bda2db..b751b82 100644
--- a/libstdc++-v3/testsuite/ext/headers.cc
+++ b/libstdc++-v3/testsuite/ext/headers.cc
@@ -26,6 +26,7 @@
#include <ext/algorithm>
#include <ext/hash_map>
#include <ext/hash_set>
+#include <ext/iterator>
#include <ext/rope>
#include <ext/slist>