Skip to content

Commit

Permalink
fix: import correctly the functional when using hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Jul 14, 2023
1 parent 33a6048 commit 18ee716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/datastructures/concepts.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <concepts>
#include <type_traits>
#include <functional>

template <typename T>
concept Hashable = requires(T a) {
Expand Down

0 comments on commit 18ee716

Please sign in to comment.