Skip to content

Commit

Permalink
switch to opencv2 include
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaus committed Jun 17, 2021
1 parent 4603422 commit d0f605d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SC-LeGO-LOAM/LeGO-LOAM/include/utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

#include "cloud_msgs/cloud_info.h"

#include <opencv/cv.h>
//#include <opencv/cv.h>
#include <opencv2/opencv.hpp>

#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
Expand Down

0 comments on commit d0f605d

Please sign in to comment.