Fix missing includes in newgrf_newsignals.h

See: #401
pull/403/head
Jonathan G Rennison 2 years ago
parent a311f12615
commit c1b54f1c31

@ -15,6 +15,9 @@
#include "tunnel_map.h"
#include "gfx_type.h"
#include <vector>
#include <array>
extern std::vector<const GRFFile *> _new_signals_grfs;
struct TraceRestrictProgram;

Loading…
Cancel
Save