From ae64945b458803aa025fbb24521fe4797f4b2742 Mon Sep 17 00:00:00 2001 From: Pan Yu Date: Fri, 24 Jun 2022 19:19:53 +0800 Subject: [PATCH] Added proper header for std::numeric_limits. Signed-off-by: Pan Yu --- onnx_utils.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/onnx_utils.hpp b/onnx_utils.hpp index 32260607..6b07a0df 100644 --- a/onnx_utils.hpp +++ b/onnx_utils.hpp @@ -25,6 +25,7 @@ #include #include #include +#include #include #include