mirror of
https://github.com/boostorg/regex.git
synced 2026-04-29 10:13:20 +02:00
Add some missing #includes.
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
#include <boost/regex/config.hpp>
|
||||
#include <boost/cstdint.hpp>
|
||||
|
||||
#include <cctype>
|
||||
#include <cwctype>
|
||||
#include <locale>
|
||||
|
||||
#ifndef BOOST_REGEX_SYNTAX_TYPE_HPP
|
||||
#include <boost/regex/v4/syntax_type.hpp>
|
||||
#endif
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
#include <type_traits>
|
||||
#include <cstdint>
|
||||
#include <cctype>
|
||||
#include <locale>
|
||||
#include <cwctype>
|
||||
|
||||
#ifdef BOOST_NO_STDC_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user