From a39c16dd5b05b06e76c5799820a80921b2ac6112 Mon Sep 17 00:00:00 2001 From: "Loren J. Rittle" Date: Tue, 10 Feb 2004 00:43:04 +0000 Subject: [PATCH] * include/ext/pool_allocator.h: Include c++config.h. From-SVN: r77577 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/ext/pool_allocator.h | 1 + 2 files changed, 5 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cfa8fba1182d..d177700d9283 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2004-02-09 Loren J. Rittle + + * include/ext/pool_allocator.h: Include c++config.h. + 2004-02-09 Stefan Olsson * 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 b6bd423840da..1813a3278076 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 #include #include #include