1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-30 00:53:15 +00:00

Window x86 needs isnan.

This commit is contained in:
Calvin Rose 2019-12-12 19:04:13 -06:00
parent f24e2f8706
commit 9b7d642c38

View File

@ -29,6 +29,7 @@
#ifdef JANET_THREADS #ifdef JANET_THREADS
#include <math.h>
#ifdef JANET_WINDOWS #ifdef JANET_WINDOWS
#include <windows.h> #include <windows.h>
#else #else