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
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue