diff options
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r-- | src/newgrf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 49e8cf3eb..52de2703c 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -45,7 +45,7 @@ #include <map> #include "smallmap_gui.h" #include "genworld.h" -#include "gui.h" +#include "error.h" #include "vehicle_func.h" #include "language.h" #include "vehicle_base.h" |