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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user