Fix Windows build

This commit is contained in:
Dmitri Tikhonov 2020-11-24 09:09:13 -05:00
parent f38b395a31
commit 57fe5a13ac
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#include <assert.h>
#include <errno.h>
#include <inttypes.h>
#define _USE_MATH_DEFINES /* Need this for M_E on Windows */
#include <math.h>
#include <stddef.h>
#include <stdint.h>