Skip to content

Commit

Permalink
fix: add missing header (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Whitley <[email protected]>
  • Loading branch information
JWhitleyWork authored Mar 26, 2024
1 parent 9d89f9f commit d25a555
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/can.h>

#include <chrono>
#include <cstdint>
#include <string>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions ros2_socketcan/include/ros2_socketcan/socket_can_id.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef ROS2_SOCKETCAN__SOCKET_CAN_ID_HPP_
#define ROS2_SOCKETCAN__SOCKET_CAN_ID_HPP_

#include <cstdint>
#include <stdexcept>

#include "ros2_socketcan/visibility_control.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/can.h>
#include <array>
#include <chrono>
#include <cstdint>
#include <cstring>
#include <string>
#include <vector>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#define ROS2_SOCKETCAN__SOCKET_CAN_SENDER_HPP_

#include <chrono>
#include <cstdint>
#include <string>

#include "ros2_socketcan/visibility_control.hpp"
Expand Down

0 comments on commit d25a555

Please sign in to comment.