From 3addbabc59d63ff12d7a5136e9470124929213a3 Mon Sep 17 00:00:00 2001 From: RandySheriffH <48490400+RandySheriffH@users.noreply.github.com> Date: Mon, 12 Dec 2022 19:38:55 -0800 Subject: [PATCH] Fix react native ci (#13948) Find build error in react native ci pipeline by adding the common header. Co-authored-by: Randy Shuai --- onnxruntime/test/shared_lib/test_session_options.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/onnxruntime/test/shared_lib/test_session_options.cc b/onnxruntime/test/shared_lib/test_session_options.cc index 8813201aed..13dc7926f9 100644 --- a/onnxruntime/test/shared_lib/test_session_options.cc +++ b/onnxruntime/test/shared_lib/test_session_options.cc @@ -1,6 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +#include "core/common/common.h" #include "core/session/onnxruntime_cxx_api.h" #include "core/session/onnxruntime_session_options_config_keys.h" #include "core/optimizer/graph_transformer_level.h"