aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2004-02-10 00:43:04 +0000
committerLoren J. Rittle <ljrittle@acm.org>2004-02-10 00:43:04 +0000
commitf96c433d2b9ea4894cb768b8d2f3243abbf4c2f7 (patch)
treec14c68d21fb14c9f36736455ba75f91f5148e2a8 /libstdc++-v3/include/ext
parentbeef9b007cd66da9063455640198f8ddb0cae753 (diff)
* include/ext/pool_allocator.h: Include c++config.h.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@77577 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/ext')
-rw-r--r--libstdc++-v3/include/ext/pool_allocator.h1
1 files changed, 1 insertions, 0 deletions
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>