Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetnow committed Nov 28, 2024
1 parent 7d84f2b commit e4c9cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entity/road/road.cu
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "entity/lane/lane.cuh"
#include "entity/road/road.cuh"
#include "moss.cuh"
#include "utils/color_print.h"

namespace moss::road {
void Data::Init(Moss* S, const PbMap& map) {
Expand Down

0 comments on commit e4c9cf7

Please sign in to comment.