From c5276cf6da8259029a81c64471ade29f23e44c82 Mon Sep 17 00:00:00 2001 From: Pavel Punegov <32519625+PavelPunegov@users.noreply.github.com> Date: Thu, 25 Jan 2018 13:28:24 +0300 Subject: [PATCH] Add limits.h for max and min defines --- runtime/src/main/cpp/Operator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/src/main/cpp/Operator.cpp b/runtime/src/main/cpp/Operator.cpp index c1716d18464..1009706e179 100644 --- a/runtime/src/main/cpp/Operator.cpp +++ b/runtime/src/main/cpp/Operator.cpp @@ -15,6 +15,7 @@ */ #include +#include #include "Natives.h" #include "Exceptions.h"