Skip to content

Commit

Permalink
Fix Linux CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
shangjiaxuan committed Jul 12, 2023
1 parent 62b0cbe commit 9af3b32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spirv_reflect.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#include <stdbool.h>
#include <string.h>

#include <stddef.h> // for offsetof as defined in c spec

#if defined(WIN32)
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
Expand Down

0 comments on commit 9af3b32

Please sign in to comment.