aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/headers.cc
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@unitus.it>2001-12-31 19:30:24 +0000
committerPaolo Carlini <pcarlini@unitus.it>2001-12-31 19:30:24 +0000
commita96eb084659ab393c7fc09a9268d243679a1fb30 (patch)
tree2d99820547e033d5ea0e4cb83ab212cfedb91535 /libstdc++-v3/testsuite/ext/headers.cc
parent8bf4db920df99da0f78da15375d07431ba33088d (diff)
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>. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@48430 138bc75d-0d04-0410-961f-82ee72b054a4
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 4bda2db02b0..b751b823347 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>