From 8a59b960d47c29b5e2ce34c3800be62807c8d12c Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 18 Sep 2016 13:43:25 +0100 Subject: [PATCH] Fix missing include in parent commit. --- src/rail_cmd.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rail_cmd.cpp b/src/rail_cmd.cpp index 662dc9a67b..51c8addaf0 100644 --- a/src/rail_cmd.cpp +++ b/src/rail_cmd.cpp @@ -39,6 +39,8 @@ #include "table/railtypes.h" #include "table/track_land.h" +#include + #include "safeguards.h" /** Helper type for lists/vectors of trains */