Skip to content

Commit

Permalink
Fix: add missing header <functional> to gsl/pointers due to using les…
Browse files Browse the repository at this point in the history
…s/greater
  • Loading branch information
knst committed May 30, 2024
1 parent ead902b commit 138ac72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/gsl/pointers
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 138ac72

Please sign in to comment.