mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 19:01:17 +08:00
* include/ext/pool_allocator.h: Include c++config.h.
From-SVN: r77577
This commit is contained in:
parent
1ef0031284
commit
a39c16dd5b
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user