summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index b567fc4c9..90fd24bf1 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -52,6 +52,8 @@
#include "table/strings.h"
#include "table/build_industry.h"
+#include "safeguards.h"
+
/* TTDPatch extended GRF format codec
* (c) Petr Baudis 2004 (GPL'd)
* Changes by Florian octo Forster are (c) by the OpenTTD development team.