From 79c57499398cb62a844b8c5ef0b130c8f920cacd Mon Sep 17 00:00:00 2001 From: rth Date: Sun, 5 Dec 2004 00:25:18 +0000 Subject: [PATCH] * include/ext/malloc_allocator.h: Include cstdlib. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91737 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/ext/malloc_allocator.h | 1 + 2 files changed, 5 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 73568bdb042..2ca158a2482 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2004-12-04 Richard Henderson + + * include/ext/malloc_allocator.h: Include cstdlib. + 2004-12-04 Paolo Carlini * include/tr1/type_traits: New. diff --git a/libstdc++-v3/include/ext/malloc_allocator.h b/libstdc++-v3/include/ext/malloc_allocator.h index 4d917d590e2..55878b25448 100644 --- a/libstdc++-v3/include/ext/malloc_allocator.h +++ b/libstdc++-v3/include/ext/malloc_allocator.h @@ -34,6 +34,7 @@ #ifndef _MALLOC_ALLOCATOR_H #define _MALLOC_ALLOCATOR_H 1 +#include #include #include -- 2.11.0