From 5acc147c1cc5322ad1f307f4e1143a17cb8f77b3 Mon Sep 17 00:00:00 2001 From: smatz Date: Wed, 12 Dec 2007 14:37:35 +0000 Subject: (svn r11625) -Codechange: add CO_* enum at some places, add includes of order.h too --- src/autoreplace_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/autoreplace_cmd.cpp') diff --git a/src/autoreplace_cmd.cpp b/src/autoreplace_cmd.cpp index 60f7b826e..d87468f16 100644 --- a/src/autoreplace_cmd.cpp +++ b/src/autoreplace_cmd.cpp @@ -18,7 +18,7 @@ #include "cargotype.h" #include "group.h" #include "strings.h" - +#include "order.h" /* * move the cargo from one engine to another if possible -- cgit v1.2.3-54-g00ecf