Skip to content

Commit

Permalink
Merge pull request #419 from jakobrs/patch-1
Browse files Browse the repository at this point in the history
Include stddef.h in vulkan_core.h
  • Loading branch information
clementgallet authored Jun 2, 2021
2 parents 02c7823 + 05624bd commit 513aa25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/external/vulkan_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
extern "C" {
#endif

#include <stddef.h>



#define VK_VERSION_1_0 1
Expand Down

0 comments on commit 513aa25

Please sign in to comment.