From 779c1c46e3c89dc65fea10309c596c24356f7168 Mon Sep 17 00:00:00 2001
From: jsalmon3 <>
Date: Tue, 23 Jul 2002 15:50:43 +0000
Subject: [PATCH] Added needed #includes

---
 src/ui/botpanel.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/ui/botpanel.cpp b/src/ui/botpanel.cpp
index 86261aabc..2029bd9e6 100644
--- a/src/ui/botpanel.cpp
+++ b/src/ui/botpanel.cpp
@@ -20,7 +20,7 @@
 //	but WITHOUT ANY WARRANTY; without even the implied warranty of
 //	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 //	GNU General Public License for more details.
-/
+//
 //	$Id$
 
 //@{
@@ -38,8 +38,11 @@
 
 #include "video.h"
 #include "unit.h"
+#include "commands.h"
+#include "depend.h"
 #include "interface.h"
 #include "ui.h"
+#include "map.h"
 #include "font.h"
 #include "spells.h"