Add some missing #includes.

This commit is contained in:
jzmaddock
2020-12-11 13:08:38 +00:00
parent 117db379e3
commit 5e982204f7
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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