From d582aea639e5d3ee592ec37f90b03bebbc3163f1 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/graph_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graph_gui.cpp') diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp index 1f9d0e8fe..8c9c7ffeb 100644 --- a/src/graph_gui.cpp +++ b/src/graph_gui.cpp @@ -9,6 +9,7 @@ #include "table/sprites.h" #include "functions.h" #include "gui.h" +#include "window_gui.h" #include "gfx.h" #include "player.h" #include "economy.h" -- cgit v1.2.3-54-g00ecf