From 72c9b35b119884a393f30d8009a53db87b121c78 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 00:28:01 +0000 Subject: (svn r11827) -Codechange: do not include enum_type.hpp unnecessary. --- src/player_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/player_type.h') diff --git a/src/player_type.h b/src/player_type.h index 0e183fabe..bf33923be 100644 --- a/src/player_type.h +++ b/src/player_type.h @@ -5,6 +5,8 @@ #ifndef PLAYER_TYPE_H #define PLAYER_TYPE_H +#include "core/enum_type.hpp" + /** * Enum for all players/owners. */ -- cgit v1.2.3-54-g00ecf