Skip to content

Commit

Permalink
Merge pull request AprilRobotics#128 from jspricke/pluginlib_header
Browse files Browse the repository at this point in the history
Switch to hpp headers of pluginlib
  • Loading branch information
wxmerkt authored Jun 2, 2022
2 parents 10ba27c + 2a21255 commit 0da016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apriltag_ros/src/continuous_detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include "apriltag_ros/continuous_detector.h"

#include <pluginlib/class_list_macros.h>
#include <pluginlib/class_list_macros.hpp>

PLUGINLIB_EXPORT_CLASS(apriltag_ros::ContinuousDetector, nodelet::Nodelet);

Expand Down

0 comments on commit 0da016c

Please sign in to comment.