Add missing header for std::pair usage

This commit is contained in:
Ion Gaztañaga
2021-01-15 18:04:58 +01:00
parent cce50a153d
commit 26bf1d68be

View File

@@ -31,6 +31,7 @@
// intrusive
#include <boost/intrusive/slist.hpp>
#include <boost/intrusive/pointer_traits.hpp>
#include <boost/intrusive/detail/minimal_pair_header.hpp>
// move
#include <boost/move/utility_core.hpp>