Skip to content

Commit

Permalink
fix: Add missing include for std::array
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Feb 24, 2024
1 parent ed705d3 commit 0fa9706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/myactuator_rmd/driver/can_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#define MYACTUATOR_RMD__DRIVER__CAN_NODE
#pragma once

#include <array>
#include <cstdint>
#include <string>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions include/myactuator_rmd/driver/driver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#define MYACTUATOR_RMD__DRIVER__DRIVER
#pragma once

#include <array>
#include <cstdint>
#include <vector>

Expand Down

0 comments on commit 0fa9706

Please sign in to comment.