mirror of
https://github.com/boostorg/intrusive.git
synced 2025-07-30 04:27:34 +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 "test_container.hpp"
|
||||||
#include "generic_assoc_test.hpp"
|
#include "generic_assoc_test.hpp"
|
||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
|
#include <functional> //std::greater
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
namespace intrusive{
|
namespace intrusive{
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#include "test_container.hpp"
|
#include "test_container.hpp"
|
||||||
#include "generic_assoc_test.hpp"
|
#include "generic_assoc_test.hpp"
|
||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
|
#include <functional> //std::greater
|
||||||
#include <boost/intrusive/priority_compare.hpp>
|
#include <boost/intrusive/priority_compare.hpp>
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
|
Reference in New Issue
Block a user