mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 07:54:29 +08:00
* include/ext/malloc_allocator.h: Include cstdlib.
From-SVN: r91737
This commit is contained in:
parent
f7b279f9d0
commit
4ec3604f50
@ -1,3 +1,7 @@
|
||||
2004-12-04 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* include/ext/malloc_allocator.h: Include cstdlib.
|
||||
|
||||
2004-12-04 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/tr1/type_traits: New.
|
||||
|
@ -34,6 +34,7 @@
|
||||
#ifndef _MALLOC_ALLOCATOR_H
|
||||
#define _MALLOC_ALLOCATOR_H 1
|
||||
|
||||
#include <cstdlib>
|
||||
#include <new>
|
||||
#include <bits/functexcept.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user