mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-26 04:50:25 +08:00
re PR libstdc++/31005 (build failure on powerpc-darwin while building codecvt.cc)
2007-03-01 Paolo Carlini <pcarlini@suse.de> PR libstdc++/31005 * include/bits/localefwd.h: Include <cctype>. From-SVN: r122424
This commit is contained in:
parent
9c3e90e346
commit
96e7e5ad47
@ -1,3 +1,8 @@
|
||||
2007-03-01 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
PR libstdc++/31005
|
||||
* include/bits/localefwd.h: Include <cctype>.
|
||||
|
||||
2007-02-27 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
PR libstdc++/28080 (partial)
|
||||
|
@ -45,6 +45,7 @@
|
||||
#include <bits/c++config.h>
|
||||
#include <bits/c++locale.h> // Defines __c_locale, config-specific includes
|
||||
#include <iosfwd> // For ostreambuf_iterator, istreambuf_iterator
|
||||
#include <cctype>
|
||||
#include <bits/functexcept.h>
|
||||
|
||||
_GLIBCXX_BEGIN_NAMESPACE(std)
|
||||
|
Loading…
x
Reference in New Issue
Block a user