* include/ext/malloc_allocator.h: Include cstdlib.

From-SVN: r91737
This commit is contained in:
Richard Henderson 2004-12-04 16:25:18 -08:00 committed by Richard Henderson
parent f7b279f9d0
commit 4ec3604f50
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -34,6 +34,7 @@
#ifndef _MALLOC_ALLOCATOR_H
#define _MALLOC_ALLOCATOR_H 1
#include <cstdlib>
#include <new>
#include <bits/functexcept.h>