From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/stdatomic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/stdatomic.h') diff --git a/include/stdatomic.h b/include/stdatomic.h index d487464e..3c697af4 100644 --- a/include/stdatomic.h +++ b/include/stdatomic.h @@ -1,6 +1,7 @@ #ifndef __STDATOMIC_H #define __STDATOMIC_H +#include #define atomic_bool _Atomic _Bool #define atomic_char _Atomic char #define atomic_schar _Atomic signed char -- cgit v1.2.3