Skip to content

Commit 65c889e

Browse files
authored
Add in a missing cstdint include. (ros2#1321)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent 3fd28f0 commit 65c889e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rosbag2_compression/include/rosbag2_compression/compression_options.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#ifndef ROSBAG2_COMPRESSION__COMPRESSION_OPTIONS_HPP_
1616
#define ROSBAG2_COMPRESSION__COMPRESSION_OPTIONS_HPP_
1717

18+
#include <cstdint>
1819
#include <string>
1920

2021
#include "visibility_control.hpp"

0 commit comments

Comments
 (0)