#include cleanup (#231)

* update library headers to have self-contained #includes

* update gha ci to run for feature/** branches
This commit is contained in:
Christian Mazakas
2024-11-23 03:10:27 -08:00
committed by GitHub
parent 9a8d2b13a3
commit f0afa5d9b8
25 changed files with 143 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#ifndef BOOST_REGEX_V5_MEM_BLOCK_CACHE_HPP
#define BOOST_REGEX_V5_MEM_BLOCK_CACHE_HPP
#include <boost/regex/config.hpp>
#include <new>
#ifdef BOOST_HAS_THREADS
#include <mutex>
@ -31,6 +33,7 @@
#endif
#endif
namespace boost{
namespace BOOST_REGEX_DETAIL_NS{