aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/headers.cc
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@unitus.it>2001-12-28 19:46:54 +0100
committerPaolo Carlini <paolo@gcc.gnu.org>2001-12-28 18:46:54 +0000
commit2c1bc4ebc98009ceac7a6df0bdafd63ce5cf0d13 (patch)
tree7d54b62e90bdb09c89531f4b651908c31e2ad56c /libstdc++-v3/testsuite/ext/headers.cc
parent23d1aac4b58459f98f188344314fee09da6cecde (diff)
downloadgcc-2c1bc4ebc98009ceac7a6df0bdafd63ce5cf0d13.zip
gcc-2c1bc4ebc98009ceac7a6df0bdafd63ce5cf0d13.tar.gz
gcc-2c1bc4ebc98009ceac7a6df0bdafd63ce5cf0d13.tar.bz2
stl_algo.h (count returning void, [...]): Move to...
2001-12-28 Paolo Carlini <pcarlini@unitus.it> * include/bits/stl_algo.h (count returning void, count_if returning void, __random_sample, random_sample, random_sample_n, __is_heap, is_heap, is_sorted): Move to... * include/ext/algorithm: ...here, new file. * include/Makefile.am (ext_headers): Add new file. * include/Makefile.in: Regenerate. * testsuite/ext/headers.cc: Include <ext/algorithm>. From-SVN: r48350
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 297674d..4bda2db 100644
--- a/libstdc++-v3/testsuite/ext/headers.cc
+++ b/libstdc++-v3/testsuite/ext/headers.cc
@@ -23,6 +23,7 @@
// This should include a list of all headers in the extension
// subdirectory that are meant to be directly included.
+#include <ext/algorithm>
#include <ext/hash_map>
#include <ext/hash_set>
#include <ext/rope>