Skip to content

Commit

Permalink
fix a missing include
Browse files Browse the repository at this point in the history
it must have been brought in by a transitive include
  • Loading branch information
db48x committed Jun 6, 2024
1 parent ac3e299 commit 1601240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vehicle_autodrive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "coordinates.h"
#include "creature_tracker.h"
#include "cuboid_rectangle.h"
#include "cursesdef.h"
#include "debug.h"
#include "enums.h"
#include "flood_fill.h"
Expand Down

0 comments on commit 1601240

Please sign in to comment.