Skip to content

Commit

Permalink
Merge pull request #177 from lucasw/ubuntu2204
Browse files Browse the repository at this point in the history
use class_list_macros.hpp instead of .h
  • Loading branch information
jonbinney authored Mar 30, 2023
2 parents 2294462 + 3643312 commit df2b333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scan_to_scan_filter_chain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

#if BUILDING_NODELET
#include <nodelet/nodelet.h>
#include <pluginlib/class_list_macros.h>
#include <pluginlib/class_list_macros.hpp>
#endif

class ScanToScanFilterChain
Expand Down

0 comments on commit df2b333

Please sign in to comment.