Skip to content

Commit

Permalink
Import cstring library for strcmp().
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpor committed Dec 12, 2024
1 parent 66a95a0 commit eec4c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catkit_core/HashMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <cstdint>
#include <atomic>
#include <string>
#include <cstring>

// MurmurHash3 32-bit version
uint32_t murmurhash3(const std::string &key, uint32_t seed = 0)
Expand Down

0 comments on commit eec4c4a

Please sign in to comment.