summaryrefslogtreecommitdiff
path: root/src/player_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 00:28:01 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 00:28:01 +0000
commit72c9b35b119884a393f30d8009a53db87b121c78 (patch)
treea6f7dc27debf05db7b7a9dad906e02a054c38796 /src/player_type.h
parent818979ebe36f69ef2a08e8efa981dd1105a23237 (diff)
downloadopenttd-72c9b35b119884a393f30d8009a53db87b121c78.tar.xz
(svn r11827) -Codechange: do not include enum_type.hpp unnecessary.
Diffstat (limited to 'src/player_type.h')
-rw-r--r--src/player_type.h2
1 files changed, 2 insertions, 0 deletions
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.
*/