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
commitb0ac283aeca94df1af922bc3e02d456464486427 (patch)
tree3567936f8a68355c82a35bbc85088b7110d0c507 /src/autoslope.h
parent64fc2ade9eae131c9a65ef1341d373544168a497 (diff)
downloadopenttd-b0ac283aeca94df1af922bc3e02d456464486427.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.