From 698ebf13a170e373a9c1420d806474dc104cb252 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Fri, 21 Dec 2018 19:06:09 -0800 Subject: [PATCH] Add a missing header (#243) --- onnxruntime/test/framework/data_types_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/onnxruntime/test/framework/data_types_test.cc b/onnxruntime/test/framework/data_types_test.cc index 6f6b13142e..d988a2c84a 100644 --- a/onnxruntime/test/framework/data_types_test.cc +++ b/onnxruntime/test/framework/data_types_test.cc @@ -2,6 +2,7 @@ // Licensed under the MIT License. #include +#include //for fabs #include "core/framework/data_types.h" #include "core/graph/onnx_protobuf.h"