From: Paolo Carlini Date: Wed, 18 Jan 2006 14:30:16 +0000 (+0000) Subject: allocator.h: Include . X-Git-Tag: releases/gcc-4.2.0~4783 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c752a07f685a29fb15da97e9b540a6455e31fb;p=thirdparty%2Fgcc.git allocator.h: Include . 2006-01-18 Paolo Carlini * include/bits/allocator.h: Include . From-SVN: r109886 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fdc3375003c5..b6c70a489546 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2006-01-18 Paolo Carlini + + * include/bits/allocator.h: Include . + 2006-01-18 Perry Smith PR libstdc++/25823 diff --git a/libstdc++-v3/include/bits/allocator.h b/libstdc++-v3/include/bits/allocator.h index 3e8d94a26e1c..43939c14fa76 100644 --- a/libstdc++-v3/include/bits/allocator.h +++ b/libstdc++-v3/include/bits/allocator.h @@ -52,6 +52,8 @@ // Define the base class to std::allocator. #include +#include // for __is_empty + _GLIBCXX_BEGIN_NAMESPACE(std) template