Include stddef.h to ensure size_t and other dependent types (#79)

This commit is contained in:
Alejandro Coto Gutiérrez
2019-03-28 23:54:09 -06:00
committed by Recep Aslantas
parent 73226bd2fd
commit 4c5451994f

View File

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