Skip to content

Commit

Permalink
Fixes #80 ("<functional> might not be included soon enough when build…
Browse files Browse the repository at this point in the history
…ing treap_multiset_test.cpp")
  • Loading branch information
igaztanaga committed Apr 20, 2023
1 parent aec1f8a commit cbea247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/generic_multiset_test.hpp
Expand Up @@ -21,6 +21,7 @@
#include "test_container.hpp"
#include "generic_assoc_test.hpp"
#include <typeinfo>
#include <functional> //std::greater

namespace boost{
namespace intrusive{
Expand Down
1 change: 1 addition & 0 deletions test/generic_set_test.hpp
Expand Up @@ -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{
Expand Down

0 comments on commit cbea247

Please sign in to comment.