forked from boostorg/regex
Add missing #includes.
This commit is contained in:
@ -14,6 +14,8 @@
|
|||||||
#include <unicode/uchar.h>
|
#include <unicode/uchar.h>
|
||||||
#include <unicode/coll.h>
|
#include <unicode/coll.h>
|
||||||
#include <boost/scoped_ptr.hpp>
|
#include <boost/scoped_ptr.hpp>
|
||||||
|
#include <iostream>
|
||||||
|
#include <iomanip>
|
||||||
|
|
||||||
#if defined(_MSC_VER) && !defined(_DLL)
|
#if defined(_MSC_VER) && !defined(_DLL)
|
||||||
#error "Mixing ICU with a static runtime doesn't work"
|
#error "Mixing ICU with a static runtime doesn't work"
|
||||||
|
Reference in New Issue
Block a user