diff options
author | belugas <belugas@openttd.org> | 2007-07-20 17:32:27 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-07-20 17:32:27 +0000 |
commit | b9b59ec1697613b953201c037522f0dc1a2c2003 (patch) | |
tree | 52f8a8d38d2cbb1be8acb15963453325670b68f5 | |
parent | fabd64e1e6779f5d3e2893369e1151f3a255c09e (diff) | |
download | openttd-b9b59ec1697613b953201c037522f0dc1a2c2003.tar.xz |
(svn r10641) -Fix(r10638): Forgotten Son... err...include
-rw-r--r-- | src/industry_cmd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index 5ae92f1f3..a6ef9c2a5 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -31,6 +31,7 @@ #include "water_map.h" #include "tree_map.h" #include "cargotype.h" +#include "newgrf_commons.h" #include "newgrf_industries.h" #include "newgrf_industrytiles.h" #include "newgrf_callbacks.h" |