diff -r eee46cb39750 -r b39bc69bb2f2 src/ai/ai_threads.h --- a/src/ai/ai_threads.h Wed Jan 09 18:11:12 2008 +0000 +++ b/src/ai/ai_threads.h Sun Feb 03 20:17:54 2008 +0000 @@ -5,6 +5,8 @@ #ifndef AI_THREADS_H #define AI_THREADS_H +#include "../player_type.h" + class AIController; void AI_StartPlayer(PlayerID player, AIController *controller);