diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2004-02-10 00:43:04 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2004-02-10 00:43:04 +0000 |
commit | a39c16dd5b05b06e76c5799820a80921b2ac6112 (patch) | |
tree | c14c68d21fb14c9f36736455ba75f91f5148e2a8 | |
parent | 1ef0031284e5e24798f893641a16b81d675a6f40 (diff) | |
download | gcc-a39c16dd5b05b06e76c5799820a80921b2ac6112.zip gcc-a39c16dd5b05b06e76c5799820a80921b2ac6112.tar.gz gcc-a39c16dd5b05b06e76c5799820a80921b2ac6112.tar.bz2 |
* include/ext/pool_allocator.h: Include c++config.h.
From-SVN: r77577
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/ext/pool_allocator.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cfa8fba..d177700 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/include/ext/pool_allocator.h b/libstdc++-v3/include/ext/pool_allocator.h index b6bd423..1813a32 100644 --- a/libstdc++-v3/include/ext/pool_allocator.h +++ b/libstdc++-v3/include/ext/pool_allocator.h @@ -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> |