* include/ext/malloc_allocator.h: Include cstdlib.
authorRichard Henderson <rth@redhat.com>
Sun, 5 Dec 2004 00:25:18 +0000 (16:25 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 5 Dec 2004 00:25:18 +0000 (16:25 -0800)
From-SVN: r91737

libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/malloc_allocator.h

index 73568bdb0424ad195495180472a45b17400db146..2ca158a24821a5d1fa927e8acedaea8e69a8839f 100644 (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.
index 4d917d590e242bd7855ca495a5bd4d2e3870e9ef..55878b25448796572cb583be8ded5179c34c624d 100644 (file)
@@ -34,6 +34,7 @@
 #ifndef _MALLOC_ALLOCATOR_H
 #define _MALLOC_ALLOCATOR_H 1
 
+#include <cstdlib>
 #include <new>
 #include <bits/functexcept.h>