Fixes #80 ("<functional> might not be included soon enough when building treap_multiset_test.cpp")

This commit is contained in:
Ion Gaztañaga
2023-04-20 20:15:35 +02:00
parent aec1f8a15e
commit cbea247ee1
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "test_container.hpp"
#include "generic_assoc_test.hpp"
#include <typeinfo>
#include <functional> //std::greater
namespace boost{
namespace intrusive{

View File

@ -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{