Skip to content

Commit

Permalink
fix: missed one header include
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Feb 3, 2025
1 parent f08317a commit b01f83f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@

#include "autoware/probabilistic_occupancy_grid_map/cost_value/cost_value.hpp"
#include "autoware/probabilistic_occupancy_grid_map/costmap_2d/occupancy_grid_map_base.hpp"

#ifdef USE_CUDA
#include "autoware/probabilistic_occupancy_grid_map/utils/utils_kernel.hpp"
#endif

#include <rclcpp/node.hpp>

Expand Down

0 comments on commit b01f83f

Please sign in to comment.