Skip to content

Commit

Permalink
Add missing #include <stdint.h>
Browse files Browse the repository at this point in the history
to provide typedefs for uint8_t etc.
  • Loading branch information
rhaschke committed Jan 9, 2025
1 parent ba8dd20 commit beef445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions franka_hw/include/franka_hw/resource_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <map>
#include <string>
#include <vector>
#include <stdint.h>

#include <hardware_interface/controller_info.h>

Expand Down

0 comments on commit beef445

Please sign in to comment.