summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-21 12:48:46 +0000
committerrubidium <rubidium@openttd.org>2011-08-21 12:48:46 +0000
commit421053a694273c9ea56089316b944769157cfba2 (patch)
tree81862701ef878d6f16091ef6ffbec10cf6c09c57 /src/window.cpp
parenta67cf6bae1ffdea7d5451160c8cfa0df691eb963 (diff)
downloadopenttd-421053a694273c9ea56089316b944769157cfba2.tar.xz
(svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index b20a46004..fec88ce7d 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -17,6 +17,7 @@
#include "console_gui.h"
#include "viewport_func.h"
#include "genworld.h"
+#include "progress.h"
#include "blitter/factory.hpp"
#include "zoom_func.h"
#include "vehicle_base.h"