Skip to content

Commit 2fe987a

Browse files
authored
fix(autoware_utils_uuid): include cstdint as uint8_t is used (#79)
1 parent eee0b7b commit 2fe987a

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)