From: Paolo Carlini Date: Mon, 11 Aug 2008 19:28:35 +0000 (+0000) Subject: c_locale.cc: Include . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d5670aa935dcf7339e59458c098ddc2ebe5d120;p=gcc.git c_locale.cc: Include . 2008-08-11 Paolo Carlini * config/locale/generic/c_locale.cc: Include . From-SVN: r138966 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 73ca33f88b4..ae2b37540fd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2008-08-11 Paolo Carlini + + * config/locale/generic/c_locale.cc: Include . + 2008-08-11 Paolo Carlini * configure.ac: Run GLIBCXX_CHECK_STDIO_MACROS unconditionally. diff --git a/libstdc++-v3/config/locale/generic/c_locale.cc b/libstdc++-v3/config/locale/generic/c_locale.cc index 80cef2d8818..47c2b4e1a0a 100644 --- a/libstdc++-v3/config/locale/generic/c_locale.cc +++ b/libstdc++-v3/config/locale/generic/c_locale.cc @@ -1,6 +1,6 @@ // Wrapper for underlying C-language localization -*- C++ -*- -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -38,6 +38,7 @@ #include // For isinf, finite, finitef, fabs #include // For strof, strtold #include +#include #include #include #include