mirror of
https://github.com/boostorg/intrusive.git
synced 2025-07-29 20:17:37 +02:00
Fixes #80 ("<functional> might not be included soon enough when building treap_multiset_test.cpp")
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
#include "test_container.hpp"
|
||||
#include "generic_assoc_test.hpp"
|
||||
#include <typeinfo>
|
||||
#include <functional> //std::greater
|
||||
|
||||
namespace boost{
|
||||
namespace intrusive{
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "test_container.hpp"
|
||||
#include "generic_assoc_test.hpp"
|
||||
#include <typeinfo>
|
||||
#include <functional> //std::greater
|
||||
#include <boost/intrusive/priority_compare.hpp>
|
||||
|
||||
namespace boost{
|
||||
|
Reference in New Issue
Block a user