summaryrefslogtreecommitdiff
path: root/src/autoslope.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-07 00:57:19 +0000
committerrubidium <rubidium@openttd.org>2008-01-07 00:57:19 +0000
commit444e77d8bcb6738f14ce37e2afafd96d5ce43f1f (patch)
tree3567936f8a68355c82a35bbc85088b7110d0c507 /src/autoslope.h
parent779ce7fda94b8a26a4d6111731b52a52cac11c72 (diff)
downloadopenttd-444e77d8bcb6738f14ce37e2afafd96d5ce43f1f.tar.xz
(svn r11774) -Change: do not include variables.h in a header when it is not needed.
Diffstat (limited to 'src/autoslope.h')
-rw-r--r--src/autoslope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/autoslope.h b/src/autoslope.h
index 652bce906..0b55b161d 100644
--- a/src/autoslope.h
+++ b/src/autoslope.h
@@ -6,6 +6,7 @@
#define AUTOSLOPE_H
#include "depot.h"
+#include "settings_type.h"
/**
* Autoslope check for tiles with an entrance on an edge.