mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +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 */
|
#define _USE_MATH_DEFINES /* for windows */
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stddef.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user