Commit eba1b03
authored
fix(autoware_tensorrt_yolox): add missing cstdint include and ament_index_cpp test dependency (#12400)
label.hpp uses uint32_t without including <cstdint>, causing build
failure on Ubuntu 24.04 / ROS 2 Jazzy. test_label.cpp uses
ament_index_cpp but it was not declared as a test dependency.
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>1 parent 7bc268a commit eba1b03
File tree
2 files changed
+2
-0
lines changed- perception/autoware_tensorrt_yolox
- include/autoware/tensorrt_yolox
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments