Skip to content

Commit

Permalink
Support OpenCV3
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Apr 26, 2016
1 parent 25c17aa commit 66fb7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_ros_patch/image_view2/image_view2.h
Expand Up @@ -37,7 +37,7 @@
#define IMAGE_VIEW2_H_

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

#include <ros/ros.h>
#include <sensor_msgs/Image.h>
Expand Down

0 comments on commit 66fb7e2

Please sign in to comment.