Commit 4ec3604f by Richard Henderson Committed by Richard Henderson

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

From-SVN: r91737
parent f7b279f9
2004-12-04 Richard Henderson <rth@redhat.com>
* include/ext/malloc_allocator.h: Include cstdlib.
2004-12-04 Paolo Carlini <pcarlini@suse.de> 2004-12-04 Paolo Carlini <pcarlini@suse.de>
* include/tr1/type_traits: New. * include/tr1/type_traits: New.
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#ifndef _MALLOC_ALLOCATOR_H #ifndef _MALLOC_ALLOCATOR_H
#define _MALLOC_ALLOCATOR_H 1 #define _MALLOC_ALLOCATOR_H 1
#include <cstdlib>
#include <new> #include <new>
#include <bits/functexcept.h> #include <bits/functexcept.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