From 9af3b324cfaceb850ab7ef991353d87dde5178fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=9A=E5=98=89=E5=AE=A3?= <34389517+shangjiaxuan@users.noreply.github.com> Date: Wed, 12 Jul 2023 15:05:54 +0800 Subject: [PATCH] Fix Linux CI build --- spirv_reflect.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spirv_reflect.c b/spirv_reflect.c index c69c8bb3..cef634c9 100644 --- a/spirv_reflect.c +++ b/spirv_reflect.c @@ -20,6 +20,8 @@ #include #include +#include // for offsetof as defined in c spec + #if defined(WIN32) #define _CRTDBG_MAP_ALLOC #include