From efc18e8ab380d3cc6d0dc4ceef7bd79895e026a5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Dec 2007 20:38:16 +0000 Subject: (svn r11663) -Codechange: moving of the road related types and functions. --- src/town_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/town_cmd.cpp') diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index e2eb21537..70368a59c 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -8,6 +8,7 @@ #include "debug.h" #include "strings.h" #include "road_map.h" +#include "road_internal.h" /* Cleaning up road bits */ #include "table/strings.h" #include "table/sprites.h" #include "map.h" -- cgit v1.2.3-54-g00ecf