mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Merge pull request #126 from boostorg/header_fix
Add missing #include for release.
This commit is contained in:
@ -29,6 +29,7 @@
|
||||
#include <cctype>
|
||||
#include <locale>
|
||||
#include <cwctype>
|
||||
#include <limits>
|
||||
|
||||
namespace boost{ namespace BOOST_REGEX_DETAIL_NS{
|
||||
|
||||
|
Reference in New Issue
Block a user