diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-09 15:02:30 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-09 15:02:30 +0000 |
commit | dea36a42618d1ef5b6b510cc556c46aa1226d390 (patch) | |
tree | 337f94166648f9e904d55a3dd3a5d3660f9b4c00 /libstdc++-v3/config/locale | |
parent | 6513b50d6d43a4f2c9483d511d76f4e8d9046131 (diff) | |
download | gcc-dea36a42618d1ef5b6b510cc556c46aa1226d390.tar.gz |
2008-08-09 Paolo Carlini <paolo.carlini@oracle.com>
* config/locale/darwin/ctype_members.cc: Include <cstdio>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138905 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config/locale')
-rw-r--r-- | libstdc++-v3/config/locale/darwin/ctype_members.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/config/locale/darwin/ctype_members.cc b/libstdc++-v3/config/locale/darwin/ctype_members.cc index ebd83219af3..63a422c396a 100644 --- a/libstdc++-v3/config/locale/darwin/ctype_members.cc +++ b/libstdc++-v3/config/locale/darwin/ctype_members.cc @@ -1,6 +1,6 @@ // std::ctype implementation details, GNU version -*- 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 <bits/c++locale_internal.h> #include <cstdlib> #include <cstring> +#include <cstdio> namespace std { |