2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Classic: scoped_lock: make include unconditional

This commit is contained in:
Nikita Kniazev
2022-08-31 03:33:40 +03:00
parent a281c9450e
commit 2c2c52cdec

View File

@@ -10,10 +10,8 @@
///////////////////////////////////////////////////////////////////////////////
#include <boost/spirit/home/classic/namespace.hpp>
#include <boost/thread/lock_types.hpp>
#if !defined(BOOST_SPIRIT_COMPOSITE_HPP)
#include <boost/spirit/home/classic/core/composite/composite.hpp>
#endif
#include <boost/thread/lock_types.hpp>
///////////////////////////////////////////////////////////////////////////////
namespace boost { namespace spirit {