From 30f2afac9bf023bce081e52e09b1c0a152d9849a Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 26 Aug 2010 22:01:16 +0000 Subject: (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers --- src/transport_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/transport_type.h') diff --git a/src/transport_type.h b/src/transport_type.h index 65af9c75b..5c2b22cba 100644 --- a/src/transport_type.h +++ b/src/transport_type.h @@ -12,6 +12,8 @@ #ifndef TRANSPORT_TYPE_H #define TRANSPORT_TYPE_H +#include "core/enum_type.hpp" + typedef uint16 UnitID; /** Available types of transport */ -- cgit v1.2.3-54-g00ecf