Merge pull request #126 from boostorg/header_fix

Add missing #include  for release.
This commit is contained in:
jzmaddock
2021-04-12 08:21:42 +01:00
committed by GitHub

View File

@ -29,6 +29,7 @@
#include <cctype>
#include <locale>
#include <cwctype>
#include <limits>
namespace boost{ namespace BOOST_REGEX_DETAIL_NS{