From: Peter Schmid Date: Mon, 23 Apr 2001 23:17:20 +0000 (+0000) Subject: slist: Include required header files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=673af03ae59c870028a2a8db9a7f55faedb76d43;p=gcc.git slist: Include required header files. 2001-04-24 Peter Schmid * include/ext/slist: Include required header files. From-SVN: r41512 --- 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 + + * include/ext/slist: Include required header files. + 2001-04-23 Loren J. Rittle * include/c_std/bits/std_cerrno.h (errno): Define macro from @@ -7,9 +11,9 @@ 2001-04-23 Benjamin Kosnik - * 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 +#include +#include +#include #include namespace std