mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 20:34:58 +00:00
Include stddef.h to ensure size_t and other dependent types
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define _USE_MATH_DEFINES /* for windows */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user