Skip to content

Commit

Permalink
fix deprecated headers and methods
Browse files Browse the repository at this point in the history
Signed-off-by: ijnek <[email protected]>
  • Loading branch information
ijnek committed Oct 30, 2024
1 parent 060d50c commit e9460bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rqt_image_overlay/src/image_overlay.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <QMenu>
#include <vector>
#include <memory>
#include "rqt_gui_cpp/plugin.h"
#include "rqt_gui_cpp/plugin.hpp"

namespace Ui {class ImageOverlay;}
namespace rqt_image_overlay
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "rclcpp/serialization.hpp"
#include "rosidl_runtime_cpp/traits.hpp"
#include "rcpputils/asserts.hpp"
#include "message_filters/message_traits.h"
#include "message_filters/message_traits.hpp"

namespace rqt_image_overlay_layer
{
Expand Down

0 comments on commit e9460bb

Please sign in to comment.