Skip to content

Commit ac3b167

Browse files
committed
include necessary headers
Signed-off-by: mitukou1109 <mitukou1109@gmail.com>
1 parent abc6d7a commit ac3b167

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

planning/autoware_path_generator/src/node.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <lanelet2_core/geometry/Lanelet.h>
2727

2828
#include <algorithm>
29+
#include <memory>
2930
#include <string>
3031
#include <utility>
3132
#include <vector>

planning/autoware_path_generator/src/utils.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
#include <lanelet2_core/geometry/Lanelet.h>
2121

22+
#include <utility>
23+
#include <vector>
24+
2225
namespace autoware::path_generator
2326
{
2427
namespace utils

0 commit comments

Comments
 (0)