Skip to content

Commit 5706e10

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 69cda96 + 603fd7d commit 5706e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: onnxoptimizer/optimize_c_api/optimize_c_api.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#ifndef ONNX_OPTIMIZER_OPTIMIZE_C_API_H
66
#define ONNX_OPTIMIZER_OPTIMIZE_C_API_H
7-
7+
#include <vector>
88
void optimize_with_model_path(std::string& mp_in_path1,
99
std::string& mp_in_path2, std::string& mp_name1,
1010
std::string& mp_name2, std::string& mp_out_path);

0 commit comments

Comments
 (0)