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:
jzmaddock 2015-01-21 16:54:54 +00:00
parent ec7d398578
commit d12d60fa12

View File

@ -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>