mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Fix react native ci (#13948)
Find build error in react native ci pipeline by adding the common header. Co-authored-by: Randy Shuai <rashuai@microsoft.com>
This commit is contained in:
parent
9836a4ed1e
commit
3addbabc59
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue