mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-17 14:42:13 +02:00
Update is_lvalue_iterator.hpp
In the current type_traits rewrite, type_traits headers no long implicitly include mpl ones, so mpl/bool.hpp has to be explicitly included now.
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
|
||||
#include <boost/type_traits/add_lvalue_reference.hpp>
|
||||
#include <boost/iterator/detail/any_conversion_eater.hpp>
|
||||
#include "boost/mpl/bool.hpp"
|
||||
|
||||
// should be the last #includes
|
||||
#include <boost/type_traits/detail/bool_trait_def.hpp>
|
||||
|
Reference in New Issue
Block a user