Skip to content

Commit

Permalink
Fix: include <functional> for std::hash in url.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Nov 6, 2024
1 parent 6e747ac commit 84e8772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/upa/url.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <cassert>
#include <cstddef>
#include <cstdint> // uint8_t
#include <functional> // std::hash
#include <iterator>
#include <string>
#include <type_traits>
Expand Down

0 comments on commit 84e8772

Please sign in to comment.