Skip to content

Commit fbd3c08

Browse files
committed
Add missing #include <stdint.h>
to provide typedefs for uint8_t etc.
1 parent ba8dd20 commit fbd3c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

franka_hw/include/franka_hw/resource_helpers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

5+
#include <stdint.h>
56
#include <list>
67
#include <map>
78
#include <string>

0 commit comments

Comments
 (0)