slist: Include required header files.
authorPeter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
Mon, 23 Apr 2001 23:17:20 +0000 (23:17 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 23 Apr 2001 23:17:20 +0000 (23:17 +0000)
2001-04-24  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

        * include/ext/slist: Include required header files.

From-SVN: r41512

libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/slist

index fa4cf3edaa6ff1a9d7463fc167bec620f77786f1..02934ff92d72f7bd50e2944a07b15f7e35902b54 100644 (file)
@@ -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.
index 134e9846f2f9cd4380fa5979d6d2b0588b54aede..5dc3fd141dac340b62374d6928187efb2130c1ec 100644 (file)
 #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