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