diff options
author | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-10 00:43:04 +0000 |
---|---|---|
committer | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-10 00:43:04 +0000 |
commit | 826e19bc48cf9083a1dc4a34fec2eb60df3e2adf (patch) | |
tree | c14c68d21fb14c9f36736455ba75f91f5148e2a8 | |
parent | 4540f5b2eb5eb67ec43491180d1e7f1a8b1068e8 (diff) | |
download | gcc-826e19bc48cf9083a1dc4a34fec2eb60df3e2adf.tar.gz |
* include/ext/pool_allocator.h: Include c++config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77577 138bc75d-0d04-0410-961f-82ee72b054a4
-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 cfa8fba1182..d177700d928 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 b6bd423840d..1813a327807 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> |