Skip to content

Commit

Permalink
use hpp instead of deprecated .h pluginlib headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Dec 26, 2022
1 parent 2bbd281 commit 55136ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stag_detect/include/stag_ros/stag_nodelet.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
#pragma once
#include <pluginlib/class_list_macros.h>
#include <pluginlib/class_list_macros.hpp>

#include <nodelet/nodelet.h>

Expand Down

0 comments on commit 55136ce

Please sign in to comment.