Skip to content

Commit c63661e

Browse files
authored
Update main.cpp
1 parent 9de6597 commit c63661e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/frontend/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <string>
44
#include <vector>
55

6-
#include "onnx.pb.h"
6+
#include "./generated/onnx.pb.h"
77

88
int main() {
99
std::ifstream model_file("generated/yolo11x.onnx", std::ios::binary);

0 commit comments

Comments
 (0)