Skip to content

Commit b3d8446

Browse files
authored
Add missing cstdint include (#864)
Signed-off-by: Øystein Sture <[email protected]>
1 parent fb3db6e commit b3d8446

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rosidl_generator_cpp/resource/idl__struct.hpp.em

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ include_directives = set()
2828
2929
#include <algorithm>
3030
#include <array>
31+
#include <cstdint>
3132
#include <memory>
3233
#include <string>
3334
#include <vector>

rosidl_runtime_cpp/include/rosidl_runtime_cpp/traits.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define ROSIDL_RUNTIME_CPP__TRAITS_HPP_
1717

1818
#include <codecvt>
19+
#include <cstdint>
1920
#include <iomanip>
2021
#include <iosfwd>
2122
#include <string>

0 commit comments

Comments
 (0)