Skip to content

Commit c6ae7b6

Browse files
committed
update include path in utility function header
1 parent 12d2306 commit c6ae7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin_execution_providers/tensorrt/utils/ort_graph_to_proto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
#define INCLUDE_ONNXRUNTIME_CORE_PROVIDERS_UTILS_ORT_GRAPH_TO_PROTO_H_
123123

124124
#include <functional>
125-
#include "core/session/onnxruntime_cxx_api.h"
125+
#include "onnxruntime_cxx_api.h"
126126
#include "onnx/onnx_pb.h"
127127

128128
namespace OrtEpUtils {

0 commit comments

Comments
 (0)