diff --git a/GameEngine/Village.php b/GameEngine/Village.php index 560b93b9..7162ed97 100644 --- a/GameEngine/Village.php +++ b/GameEngine/Village.php @@ -13,6 +13,7 @@ include("Session.php"); include("Building.php"); include("Market.php"); include("Technology.php"); +include("Automation.php"); class Village { @@ -292,4 +293,4 @@ class Village { $village = new Village; $building = new Building; -?> \ No newline at end of file +?>