mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 17:09:40 +00:00
Include stddef.h
to ensure size_t
and other dependent types (#79)
This commit is contained in:
committed by
Recep Aslantas
parent
73226bd2fd
commit
4c5451994f
@@ -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