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:
@@ -36,6 +36,7 @@
|
||||
#ifdef JANET_WINDOWS
|
||||
|
||||
#include <windows.h>
|
||||
#include <math.h>
|
||||
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user