diff --git a/src/game/boe.locutils.hpp b/src/game/boe.locutils.hpp index 01f14713..c61cdfd9 100644 --- a/src/game/boe.locutils.hpp +++ b/src/game/boe.locutils.hpp @@ -1,7 +1,7 @@ #include #include "location.hpp" -#include "vehicle.hpp" +#include "scenario/vehicle.hpp" bool is_explored(short i,short j); void make_explored(short i,short j);