diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-23 23:17:20 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-23 23:17:20 +0000 |
commit | 33aa2c110c42c59a947d80543fda27f040a7e16e (patch) | |
tree | 6373aef378c18e63aee1db294dad11c7daddc963 /libstdc++-v3 | |
parent | 780b5c1b45463717d90f1958a6dc73fb523498f6 (diff) | |
download | gcc-33aa2c110c42c59a947d80543fda27f040a7e16e.tar.gz |
2001-04-24 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* include/ext/slist: Include required header files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41512 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 8 | ||||
-rw-r--r-- | libstdc++-v3/include/ext/slist | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fa4cf3edaa6..02934ff92d7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-04-24 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> + + * include/ext/slist: Include required header files. + 2001-04-23 Loren J. Rittle <ljrittle@acm.org> * include/c_std/bits/std_cerrno.h (errno): Define macro from @@ -7,9 +11,9 @@ 2001-04-23 Benjamin Kosnik <bkoz@fillmore.constant.com> - * acinclude.m4 (CXX): Set to CXX so that in-directory + * acinclude.m4 (CXX): Set to glibcpp_CXX so that in-directory re-configures find the build compiler. - (GLIBCPP_ENABLE_C99): Do all tests with 0.0, not 0. Fixes + (GLIBCPP_ENABLE_C99): Do all fp-tests with 0.0, not 0. Fixes libstdc++/2609. * aclocal.m4: Regenerate. * configure: Regenerate. diff --git a/libstdc++-v3/include/ext/slist b/libstdc++-v3/include/ext/slist index 134e9846f2f..5dc3fd141da 100644 --- a/libstdc++-v3/include/ext/slist +++ b/libstdc++-v3/include/ext/slist @@ -19,6 +19,10 @@ #ifndef __SGI_STL_INTERNAL_SLIST_H #define __SGI_STL_INTERNAL_SLIST_H +#include <bits/stl_algobase.h> +#include <bits/stl_alloc.h> +#include <bits/stl_construct.h> +#include <bits/stl_uninitialized.h> #include <bits/concept_check.h> namespace std |