From 8e71ac06816030b53bf4674082d9ef6ffdbcb589 Mon Sep 17 00:00:00 2001 From: PabloMK7 Date: Mon, 2 Feb 2026 16:01:49 +0100 Subject: [PATCH] Add missing string header inclusion --- src/common/hash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/hash.h b/src/common/hash.h index a052ded39..1df29638a 100644 --- a/src/common/hash.h +++ b/src/common/hash.h @@ -6,6 +6,7 @@ #include #include +#include #include #include "cityhash.h" #include "common/common_types.h"