diff --git a/game/procurement.py b/game/procurement.py index 8303aaff..6920fdbb 100644 --- a/game/procurement.py +++ b/game/procurement.py @@ -18,6 +18,7 @@ from gen.flights.ai_flight_planner_db import ( ) from gen.flights.closestairfields import ObjectiveDistanceCache from gen.flights.flight import FlightType +from gen.ground_forces.ai_ground_planner_db import TYPE_SHORAD if TYPE_CHECKING: from game import Game