Add missing iterator_to_raw_pointer include

This commit is contained in:
Ion Gaztañaga
2022-08-24 14:47:51 +02:00
parent 7dd35c26d5
commit 49a028bfe9

View File

@@ -57,6 +57,7 @@
#include <boost/move/detail/force_ptr.hpp>
// move/detail
#include <boost/move/detail/move_helpers.hpp>
#include <boost/move/detail/iterator_to_raw_pointer.hpp>
// other
#include <boost/assert.hpp>
#include <boost/core/no_exceptions_support.hpp>