Skip to content

Commit e47f614

Browse files
Fix build for humble
1 parent 82aeaca commit e47f614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/converters/camera.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/*
2727
* ROS includes
2828
*/
29-
#include <cv_bridge/cv_bridge.hpp>
29+
#include <cv_bridge/cv_bridge.h> // not .hpp for humble compat
3030

3131
/*
3232
* CV includes

0 commit comments

Comments
 (0)