From 7359441d20bedacc65e0befd21e18496396b04a0 Mon Sep 17 00:00:00 2001 From: Rayan Chikhi Date: Tue, 30 Dec 2025 03:32:58 +0100 Subject: [PATCH] Update internal.hpp necessary for modern compiler (gcc 15.2 on my laptop) --- src/internal.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/internal.hpp b/src/internal.hpp index cbc5c9f..978848f 100644 --- a/src/internal.hpp +++ b/src/internal.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include #include #include @@ -540,4 +541,4 @@ const uint64_t TETRAMER_TAB[4 * 4 * 4 * 4] = { 10664720106027613972U }; -} // namespace nthash \ No newline at end of file +} // namespace nthash