From 3a799389ebf915cc59b6e85346d837621ebe771a Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 18 Jul 2008 16:40:29 +0000 Subject: (svn r13731) -Codechange: make a pool of the array of players. --- src/tree_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tree_gui.cpp') diff --git a/src/tree_gui.cpp b/src/tree_gui.cpp index aec386fb0..7af060e70 100644 --- a/src/tree_gui.cpp +++ b/src/tree_gui.cpp @@ -8,6 +8,7 @@ #include "gfx_func.h" #include "tilehighlight_func.h" #include "player_func.h" +#include "player_base.h" #include "command_func.h" #include "sound_func.h" #include "settings_type.h" -- cgit v1.2.3-54-g00ecf