Add missing <functional> for std::less

This commit is contained in:
Ion Gaztañaga
2021-01-15 18:05:33 +01:00
parent d2587837eb
commit dc4cf460a7

View File

@ -16,6 +16,7 @@
#include "movable_int.hpp"
#include "dummy_test_allocator.hpp"
#include <functional> //std::less
using namespace boost::container;