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