summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rail.h b/src/rail.h
index bffda08e7..9975507fc 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -8,9 +8,10 @@
#include "rail_type.h"
#include "track_type.h"
#include "vehicle_type.h"
+#include "gfx_type.h"
#include "core/bitmath_func.hpp"
-#include "variables.h"
#include "economy_func.h"
+#include "variables.h"
/** This struct contains all the info that is needed to draw and construct tracks.
*/