From 4ec3604f500aef8a2073e5286f075d3dd9c1dbb2 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 4 Dec 2004 16:25:18 -0800 Subject: [PATCH] * include/ext/malloc_allocator.h: Include cstdlib. From-SVN: r91737 --- 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.30.2