aboutsummaryrefslogtreecommitdiff
path: root/src/util/hash.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/hash.hpp')
-rw-r--r--src/util/hash.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/hash.hpp b/src/util/hash.hpp
index 72e9b82..718fa83 100644
--- a/src/util/hash.hpp
+++ b/src/util/hash.hpp
@@ -7,4 +7,4 @@ constexpr auto GOLDEN_RATIO = 0x9e3779b9;
template <typename Value>
void hash_combine(std::size_t &seed, const Value &value) noexcept;
-#include "hash.tpp"
+#include "hash_impl.hpp"