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/depot_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/depot_gui.cpp') diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index bb222baf2..c6a9b6e3b 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -13,6 +13,7 @@ #include "strings.h" #include "table/sprites.h" #include "gui.h" +#include "textbuf_gui.h" #include "gfx.h" #include "vehicle.h" #include "viewport.h" -- cgit v1.2.3-54-g00ecf