summaryrefslogtreecommitdiff
path: root/src/roadstop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/roadstop.cpp')
-rw-r--r--src/roadstop.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/roadstop.cpp b/src/roadstop.cpp
index 193e915d2..ca049979c 100644
--- a/src/roadstop.cpp
+++ b/src/roadstop.cpp
@@ -16,6 +16,8 @@
#include "station_base.h"
#include "vehicle_func.h"
+#include "safeguards.h"
+
/** The pool of roadstops. */
RoadStopPool _roadstop_pool("RoadStop");
INSTANTIATE_POOL_METHODS(RoadStop)