mirror of
https://github.com/boostorg/regex.git
synced 2025-07-15 05:16:37 +02:00
Added <ios> include for KCC
[SVN r18536]
This commit is contained in:
@ -25,6 +25,9 @@
|
|||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
|
#ifdef __KCC
|
||||||
|
#include <ios>
|
||||||
|
#endif
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
namespace std{
|
namespace std{
|
||||||
|
Reference in New Issue
Block a user