Skip to content

Commit 8593a4f

Browse files
authored
Add missing header for strlen (ros2#169)
Signed-off-by: bijoua29 <[email protected]>
1 parent 894f522 commit 8593a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/rcpputils/join.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#define RCPPUTILS__JOIN_HPP_
2121

2222
#include <algorithm>
23+
#include <cstring>
2324
#include <iterator>
2425
#include <sstream>
2526
#include <string>

0 commit comments

Comments
 (0)