From 7fb44b9d9ed674fd9f83eeafcae6a08b225a057c Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Mon, 10 Dec 2018 13:57:07 -0800 Subject: [PATCH] Add missing #include (#139) --- onnxruntime/contrib_ops/cpu/range_schema_defs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/contrib_ops/cpu/range_schema_defs.cc b/onnxruntime/contrib_ops/cpu/range_schema_defs.cc index cd9f96e99c..fc31ee4f94 100644 --- a/onnxruntime/contrib_ops/cpu/range_schema_defs.cc +++ b/onnxruntime/contrib_ops/cpu/range_schema_defs.cc @@ -5,7 +5,7 @@ #include "core/graph/constants.h" #include "core/graph/op.h" - +#include #include namespace onnxruntime {