From f848e4451afe6666c83b9488e4bc70d9c950c8f0 Mon Sep 17 00:00:00 2001 From: acoto87 Date: Thu, 28 Mar 2019 20:56:37 -0600 Subject: [PATCH] Include `stddef.h` to ensure `size_t` and other dependent types --- include/cglm/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cglm/common.h b/include/cglm/common.h index 422716a..42d5e67 100644 --- a/include/cglm/common.h +++ b/include/cglm/common.h @@ -11,6 +11,7 @@ #define _USE_MATH_DEFINES /* for windows */ #include +#include #include #include