From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- include/threads.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/threads.h') diff --git a/include/threads.h b/include/threads.h index 58fd8c87..54daec7b 100644 --- a/include/threads.h +++ b/include/threads.h @@ -1,6 +1,8 @@ #ifndef __THREADS_H #define __THREADS_H +#include +#include #define thread_local _Thread_local #define ONCE_FLAG_INIT #define TSS_DTOR_ITERATIONS -- cgit v1.2.3