Skip to content

Commit

Permalink
Fixed the missing dependencies, now builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonRiv committed Mar 3, 2024
1 parent 1074750 commit b542258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/detect/uv_led_detect_adaptive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

namespace fs = std::filesystem;


struct PointComparator {
bool operator() (const cv::Point& a, const cv::Point& b) const {
return (a.x < b.x) || (a.x == b.x && a.y < b.y);
Expand Down

0 comments on commit b542258

Please sign in to comment.