Skip to content

Commit f96811a

Browse files
authored
Add in a missing cstdint. (ros2#178)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent a77662f commit f96811a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/rcpputils/filesystem_helper.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#ifndef RCPPUTILS__FILESYSTEM_HELPER_HPP_
4040
#define RCPPUTILS__FILESYSTEM_HELPER_HPP_
4141

42+
#include <cstdint>
4243
#include <string>
4344
#include <vector>
4445

0 commit comments

Comments
 (0)