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/road_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/road_gui.cpp') diff --git a/src/road_gui.cpp b/src/road_gui.cpp index edb474686..c97eb8922 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -24,6 +24,7 @@ #include "settings_type.h" #include "tunnelbridge.h" #include "tilehighlight_func.h" +#include "player_base.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf