diff options
author | Darkvater <darkvater@openttd.org> | 2005-04-10 21:54:29 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-04-10 21:54:29 +0000 |
commit | e82f724e9a993a36dd176f523faf6dda12192001 (patch) | |
tree | 86b9537122d3da92546cc54fa9d464e3bf3789b6 | |
parent | 9876fb54bd02c3b4754239c324e7779e8b874155 (diff) | |
download | openttd-e82f724e9a993a36dd176f523faf6dda12192001.tar.xz |
(svn r2178) Postprevcommitaddendum: add debug.h if you use DEBUG()
-rw-r--r-- | order_cmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/order_cmd.c b/order_cmd.c index 5f2086257..5553b8ac9 100644 --- a/order_cmd.c +++ b/order_cmd.c @@ -7,6 +7,7 @@ #include "player.h" #include "news.h" #include "saveload.h" +#include "debug.h" enum { /* Max orders: 64000 (64 * 1000) */ |