Add limits.h for max and min defines

This commit is contained in:
Pavel Punegov
2018-01-25 13:28:24 +03:00
committed by Pavel Punegov
parent 20437eff59
commit c5276cf6da
+1
View File
@@ -15,6 +15,7 @@
*/
#include <math.h>
#include <limits.h>
#include "Natives.h"
#include "Exceptions.h"