diff options
Diffstat (limited to 'src/newgrf_industries.cpp')
-rw-r--r-- | src/newgrf_industries.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_industries.cpp b/src/newgrf_industries.cpp index 9a8ff580c..9c099a203 100644 --- a/src/newgrf_industries.cpp +++ b/src/newgrf_industries.cpp @@ -11,7 +11,6 @@ #include "stdafx.h" #include "debug.h" -#include "strings_type.h" #include "industry.h" #include "newgrf.h" #include "newgrf_industries.h" @@ -24,6 +23,7 @@ #include "command_func.h" #include "gui.h" #include "strings_func.h" +#include "core/random_func.hpp" #include "table/strings.h" |