OSDN Git Service

* include/ext/malloc_allocator.h: Include cstdlib.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Dec 2004 00:25:18 +0000 (00:25 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Dec 2004 00:25:18 +0000 (00:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91737 138bc75d-0d04-0410-961f-82ee72b054a4

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

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