Skip to content

Commit ad9cf19

Browse files
committed
Fix header locations
1 parent 677bece commit ad9cf19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/yolo_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "yolo_inference.hpp"
2-
#include "detection.hpp"
1+
#include "yolo_onnx_ros/yolo_inference.hpp"
2+
#include "yolo_onnx_ros/detection.hpp"
33
#include <gtest/gtest.h>
44
#include <gmock/gmock.h>
55
#include <opencv2/opencv.hpp>

0 commit comments

Comments
 (0)