From 2cf7d5b2cb661ab905bbd8e37f2c10be1d00908f Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Dec 2007 20:45:46 +0000 Subject: (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found. --- src/misc_cmd.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/misc_cmd.cpp') diff --git a/src/misc_cmd.cpp b/src/misc_cmd.cpp index 74fb31302..318f00cdb 100644 --- a/src/misc_cmd.cpp +++ b/src/misc_cmd.cpp @@ -11,6 +11,8 @@ #include "player.h" #include "gfx.h" #include "gui.h" +#include "window_func.h" +#include "textbuf_gui.h" #include "economy.h" #include "network/network.h" #include "variables.h" -- cgit v1.2.3-54-g00ecf