mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +02:00
Add missing header for std::pair usage
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
// intrusive
|
// intrusive
|
||||||
#include <boost/intrusive/slist.hpp>
|
#include <boost/intrusive/slist.hpp>
|
||||||
#include <boost/intrusive/pointer_traits.hpp>
|
#include <boost/intrusive/pointer_traits.hpp>
|
||||||
|
#include <boost/intrusive/detail/minimal_pair_header.hpp>
|
||||||
// move
|
// move
|
||||||
#include <boost/move/utility_core.hpp>
|
#include <boost/move/utility_core.hpp>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user