Skip to content

Commit 6124844

Browse files
committed
Fix Linux CI build
1 parent 62b0cbe commit 6124844

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spirv_reflect.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <crtdbg.h>
2727
#else
2828
#include <stdlib.h>
29+
#include <stddef.h> // for offsetof on linux
2930
#endif
3031

3132
#if defined(__clang__) || defined(__GNUC__) || defined(__APPLE_CC__)

0 commit comments

Comments
 (0)