Skip to content

Commit 76f44a6

Browse files
committed
Add #include <vector> for vector<> (ros-navigation#1946)
To fix cpplint
1 parent 184479a commit 76f44a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nav2_waypoint_follower/src/waypoint_follower.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <streambuf>
2020
#include <string>
2121
#include <utility>
22+
#include <vector>
2223

2324
namespace nav2_waypoint_follower
2425
{

0 commit comments

Comments
 (0)