Updated addressof.hpp include path.

This commit is contained in:
Andrey Semashev
2018-11-14 12:42:24 +03:00
parent 3cc4107d01
commit bb1efd3370

View File

@ -16,7 +16,7 @@
#include <boost/iterator/detail/enable_if.hpp>
#include <boost/static_assert.hpp>
#include <boost/utility/addressof.hpp>
#include <boost/core/addressof.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/type_traits/add_const.hpp>