mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 06:46:43 +00:00
(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it)
This commit is contained in:
parent
8b65342449
commit
1eac31a1d8
@ -35,6 +35,8 @@
|
||||
#include "date.h"
|
||||
#include "helpers.hpp"
|
||||
|
||||
#include <memory> // for auto_ptr
|
||||
|
||||
typedef enum StationRectModes
|
||||
{
|
||||
RECT_MODE_TEST = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user