From c2bd27cb58329ee7e90bc780b163a377aec30565 Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 30 Apr 2025 21:54:55 +0300 Subject: [PATCH] gcc compilation fix --- src/common/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/util.h b/src/common/util.h index 7ffbbf56..3b74e4dc 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -12,6 +12,7 @@ #include #include #include +#include #include "crypto/crypto.h" #include "crypto/hash.h"