mirror of https://github.com/OpenTTD/OpenTTD
(svn r17111) -Fix (r17110): forgot to include ai_log.hpp
parent
2d1c64948a
commit
3dcc195dfa
|
@ -3,6 +3,7 @@
|
|||
/** @file ai_sign.cpp Implementation of AISign. */
|
||||
|
||||
#include "ai_sign.hpp"
|
||||
#include "ai_log.hpp"
|
||||
#include "table/strings.h"
|
||||
#include "../ai_instance.hpp"
|
||||
#include "../../command_func.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include "ai_tile.hpp"
|
||||
#include "ai_map.hpp"
|
||||
#include "ai_town.hpp"
|
||||
#include "ai_log.hpp"
|
||||
#include "../../station_func.h"
|
||||
#include "../../company_func.h"
|
||||
#include "../../road_map.h"
|
||||
|
|
Loading…
Reference in New Issue