From: Paolo Carlini Date: Thu, 18 Feb 2010 17:20:16 +0000 (+0000) Subject: nested_exception.h: Fix include. X-Git-Tag: releases/gcc-4.5.0~726 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f95713bd99dda1e17866184eafbb404be5abde9;p=thirdparty%2Fgcc.git nested_exception.h: Fix include. 2010-02-18 Paolo Carlini * libsupc++/nested_exception.h: Fix include. From-SVN: r156867 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 739660c7dd93..17b01085b462 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2010-02-18 Paolo Carlini + + * libsupc++/nested_exception.h: Fix include. + 2010-02-17 Benjamin Kosnik * doc/xml/manual/appendix_contributing.xml: Update markup rules diff --git a/libstdc++-v3/libsupc++/nested_exception.h b/libstdc++-v3/libsupc++/nested_exception.h index 9fc2f8a74baa..d9665dadc8c1 100644 --- a/libstdc++-v3/libsupc++/nested_exception.h +++ b/libstdc++-v3/libsupc++/nested_exception.h @@ -1,6 +1,6 @@ // Nested Exception support header (nested_exception class) for -*- C++ -*- -// Copyright (C) 2009 Free Software Foundation, Inc. +// Copyright (C) 2009, 2010 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -33,7 +33,7 @@ #pragma GCC visibility push(default) #ifndef __GXX_EXPERIMENTAL_CXX0X__ -# include +# include #else #include