Skip to content

Commit 23db5ff

Browse files
committed
autoware_utils_uuid: Include cstdint as uint8_t is used
Signed-off-by: Silvio <[email protected]>
1 parent eee0b7b commit 23db5ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoware_utils_uuid/include/autoware_utils_uuid/uuid_helper.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <boost/uuid/uuid.hpp>
2121

2222
#include <algorithm>
23+
#include <cstdint>
2324
#include <random>
2425
#include <string>
2526

0 commit comments

Comments
 (0)