mirror of
https://github.com/boostorg/container.git
synced 2025-07-31 13:07:17 +02:00
Add missing <functional> for std::less
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
|
||||
#include "movable_int.hpp"
|
||||
#include "dummy_test_allocator.hpp"
|
||||
#include <functional> //std::less
|
||||
|
||||
using namespace boost::container;
|
||||
|
||||
|
Reference in New Issue
Block a user