Skip to content

Commit

Permalink
Merge pull request #68 from ros-sports/hotfix/fix-deprecated-headers-…
Browse files Browse the repository at this point in the history
…and-methods

fix deprecated headers and methods
  • Loading branch information
ijnek authored Oct 30, 2024
2 parents 163aca6 + e9460bb commit d86b4af
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 d86b4af

Please sign in to comment.