Include stddef.h to ensure size_t and other dependent types

This commit is contained in:
acoto87
2019-03-28 20:56:37 -06:00
parent b4efcefe7f
commit f848e4451a

View File

@@ -11,6 +11,7 @@
#define _USE_MATH_DEFINES /* for windows */
#include <stdint.h>
#include <stddef.h>
#include <math.h>
#include <float.h>