Fix: add missing header <functional> to gsl/pointers due to using less/greater

This commit is contained in:
Konstantin Akimov 2024-05-30 19:27:09 +07:00
parent ead902ba0b
commit 2445d84e58
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -20,6 +20,7 @@
#include "assert" // for Ensures, Expects
#include <cstddef> // for ptrdiff_t, nullptr_t, size_t
#include <functional> // for less, greater
#include <memory> // for shared_ptr, unique_ptr, hash
#include <type_traits> // for enable_if_t, is_convertible, is_assignable
#include <utility> // for declval, forward