diff --git a/src/newgrf_townname.cpp b/src/newgrf_townname.cpp --- a/src/newgrf_townname.cpp +++ b/src/newgrf_townname.cpp @@ -8,11 +8,12 @@ #include "stdafx.h" #include "openttd.h" -#include "table/strings.h" #include "newgrf_townname.h" #include "core/alloc_func.hpp" #include "string_func.h" +#include "table/strings.h" + static GRFTownName *_grf_townnames = NULL; GRFTownName *GetGRFTownName(uint32 grfid)