Skip to content

Commit

Permalink
Fix build for humble
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpaleologue committed Dec 5, 2023
1 parent 82aeaca commit e47f614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/converters/camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/*
* ROS includes
*/
#include <cv_bridge/cv_bridge.hpp>
#include <cv_bridge/cv_bridge.h> // not .hpp for humble compat

/*
* CV includes
Expand Down

0 comments on commit e47f614

Please sign in to comment.