aboutsummaryrefslogtreecommitdiff
path: root/sky/autoroute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/autoroute.cpp')
-rw-r--r--sky/autoroute.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/sky/autoroute.cpp b/sky/autoroute.cpp
index 6605c1bd3a..278d1278ca 100644
--- a/sky/autoroute.cpp
+++ b/sky/autoroute.cpp
@@ -19,7 +19,12 @@
*
*/
-#include "autoroute.h"
+#include "common/util.h"
+#include "sky/autoroute.h"
+#include "sky/compact.h"
+#include "sky/grid.h"
+#include "sky/skydefs.h"
+#include "sky/struc.h"
#define ROUTE_GRID_WIDTH ((GAME_SCREEN_WIDTH/8)+2)
#define ROUTE_GRID_HEIGHT ((GAME_SCREEN_HEIGHT/8)+2)