From 4c5451994f38328cc0a94457e57c192d2ee31950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Coto=20Guti=C3=A9rrez?= Date: Thu, 28 Mar 2019 23:54:09 -0600 Subject: [PATCH] Include `stddef.h` to ensure `size_t` and other dependent types (#79) --- 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