mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(svn r17111) -Fix (r17110): forgot to include ai_log.hpp
This commit is contained in:
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
Block a user