* include/ext/pool_allocator.h: Include c++config.h.
authorLoren J. Rittle <ljrittle@acm.org>
Tue, 10 Feb 2004 00:43:04 +0000 (00:43 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Tue, 10 Feb 2004 00:43:04 +0000 (00:43 +0000)
From-SVN: r77577

libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/pool_allocator.h

index cfa8fba..d177700 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-09  Loren J. Rittle  <ljrittle@acm.org>
+
+       * include/ext/pool_allocator.h: Include c++config.h.
+
 2004-02-09  Stefan Olsson  <stefan@xapa.se>
 
        * include/ext/mt_allocator.h: thread_id is unused in non threaded
index b6bd423..1813a32 100644 (file)
@@ -47,6 +47,7 @@
 #ifndef _POOL_ALLOCATOR_H
 #define _POOL_ALLOCATOR_H 1
 
+#include <bits/c++config.h>
 #include <new>
 #include <bits/functexcept.h>
 #include <bits/stl_threads.h>