Fix missing #include, fix test cases.

This commit is contained in:
jzmaddock
2021-10-09 16:43:53 +01:00
parent a013cf3c5f
commit 1e524968bb
2 changed files with 21 additions and 5 deletions

View File

@ -28,6 +28,8 @@
#endif
#endif
#include <set>
namespace boost{
namespace BOOST_REGEX_DETAIL_NS{