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/smallmap_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/smallmap_gui.cpp') diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index 3b6d46972..59c1992db 100644 --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -17,6 +17,7 @@ #include "map.h" #include "tile.h" #include "gui.h" +#include "window_gui.h" #include "tree_map.h" #include "tunnel_map.h" #include "gfx.h" -- cgit v1.2.3-54-g00ecf