aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2004-02-10 00:43:04 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2004-02-10 00:43:04 +0000
commita39c16dd5b05b06e76c5799820a80921b2ac6112 (patch)
treec14c68d21fb14c9f36736455ba75f91f5148e2a8
parent1ef0031284e5e24798f893641a16b81d675a6f40 (diff)
downloadgcc-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/ChangeLog4
-rw-r--r--libstdc++-v3/include/ext/pool_allocator.h1
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>