From 58423b26d1d9daa996e151fb3dc3e30dad49b722 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 10 Dec 2011 13:54:10 +0000 Subject: (svn r23474) -Codechange: move the declaration error related functions to error.h --- src/industry_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/industry_gui.cpp') diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index 9c2e825f6..7a5a58863 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -10,6 +10,7 @@ /** @file industry_gui.cpp GUIs related to industries. */ #include "stdafx.h" +#include "error.h" #include "gui.h" #include "sound_func.h" #include "window_func.h" -- cgit v1.2.3-54-g00ecf