Commit a39c16dd by Loren J. Rittle Committed by Loren J. Rittle

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

From-SVN: r77577
parent 1ef00312
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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment