Skip to content

Commit

Permalink
fix: include memory and remove explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
TetsuKawa committed Dec 16, 2023
1 parent b52af00 commit a57dd7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// limitations under the License.

#include "redundant_autoware_state_checker.hpp"
#include <memory>


namespace redundant_autoware_state_checker
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace redundant_autoware_state_checker
class RedundantAutowareStateChecker : public rclcpp::Node
{
public:
explicit RedundantAutowareStateChecker();
RedundantAutowareStateChecker();

private:
// Publishers
Expand Down

0 comments on commit a57dd7c

Please sign in to comment.