* include/ext/pool_allocator.h: Include c++config.h.

From-SVN: r77577
This commit is contained in:
Loren J. Rittle 2004-02-10 00:43:04 +00:00 committed by Loren J. Rittle
parent 1ef0031284
commit a39c16dd5b
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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>