1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-22 18:24:49 +00:00

Include math.h to fix some bugs on 32 bit windows.

This commit is contained in:
Calvin Rose
2020-11-08 19:04:30 -06:00
parent d6391f2d70
commit 56b1ea3726
2 changed files with 2 additions and 0 deletions

View File

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