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