diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-08 18:16:06 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-08 18:16:06 +0000 |
commit | 8ca0d58db5147c0d4ca731a292b4b029da37a4be (patch) | |
tree | e2490334947df60913d6f9dab1838e598b26f253 /libstdc++-v3/testsuite/util | |
parent | e96df6c256fdfd2fe340b2b8e86ba910645334ba (diff) | |
download | gcc-8ca0d58db5147c0d4ca731a292b4b029da37a4be.tar.gz |
2008-01-08 Paolo Carlini <pcarlini@suse.de>
* testsuite/22_locale/global_templates/user_facet_hierarchies.cc: Do
not include <cassert>.
* testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
Likewise.
* testsuite/util/testsuite_common_types.h: Include <algorithm>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131402 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/util')
-rw-r--r-- | libstdc++-v3/testsuite/util/testsuite_common_types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/util/testsuite_common_types.h b/libstdc++-v3/testsuite/util/testsuite_common_types.h index b560ae3a0ac..78fe1fe7fca 100644 --- a/libstdc++-v3/testsuite/util/testsuite_common_types.h +++ b/libstdc++-v3/testsuite/util/testsuite_common_types.h @@ -1,7 +1,7 @@ // -*- C++ -*- // typelist for the C++ library testsuite. // -// Copyright (C) 2005, 2007 Free Software Foundation, Inc. +// Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -40,6 +40,8 @@ #include <ext/bitmap_allocator.h> #include <ext/pool_allocator.h> +#include <algorithm> + #include <vector> #include <list> #include <deque> |