diff options
Diffstat (limited to 'src/order.h')
-rw-r--r-- | src/order.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order.h b/src/order.h index 2887972ec..17370db5e 100644 --- a/src/order.h +++ b/src/order.h @@ -5,8 +5,8 @@ #ifndef ORDER_H #define ORDER_H -#include "macros.h" #include "oldpool.h" +#include "core/bitmath_func.hpp" enum { INVALID_VEH_ORDER_ID = 0xFF, |