forked from boostorg/regex
Regex: move boost headers to top of list to work around clang issue which requires workarounds present in config.hpp.
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#ifndef BOOST_REGEX_ICU_HPP
|
||||
#define BOOST_REGEX_ICU_HPP
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <unicode/utypes.h>
|
||||
#include <unicode/uchar.h>
|
||||
#include <unicode/coll.h>
|
||||
|
Reference in New Issue
Block a user