From cea87a128fc06720c259524f50c125a345219e8d Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Wed, 15 Apr 2026 01:29:33 +0800 Subject: [PATCH] Update cipher_bs_dispatch.c --- client/src/loclass/cipher_bs_dispatch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/loclass/cipher_bs_dispatch.c b/client/src/loclass/cipher_bs_dispatch.c index f04539901..99eeb3b86 100644 --- a/client/src/loclass/cipher_bs_dispatch.c +++ b/client/src/loclass/cipher_bs_dispatch.c @@ -9,6 +9,8 @@ // See LICENSE.txt for the text of the license. //----------------------------------------------------------------------------- +#include + #include "cipher_bs_dispatch.h" #include "cipher_bs.h" #include "cipher_bs_avx2.h"