Skip to content

Commit

Permalink
Fix deprecated include in camera.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpaleologue committed Nov 14, 2023
1 parent e5d699a commit 1ccae23
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.h>
#include <cv_bridge/cv_bridge.hpp>

/*
* CV includes
Expand Down

0 comments on commit 1ccae23

Please sign in to comment.