mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Add missing #includes.
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
#include <unicode/uchar.h>
|
||||
#include <unicode/coll.h>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
#if defined(_MSC_VER) && !defined(_DLL)
|
||||
#error "Mixing ICU with a static runtime doesn't work"
|
||||
|
Reference in New Issue
Block a user