diff src/newgrf_gui.cpp @ 18627:1972f6346144 draft

(svn r23474) -Codechange: move the declaration error related functions to error.h
author rubidium <rubidium@openttd.org>
date Sat, 10 Dec 2011 13:54:10 +0000
parents 690f883cee0e
children f68b9653f952
line wrap: on
line diff
--- a/src/newgrf_gui.cpp
+++ b/src/newgrf_gui.cpp
@@ -10,6 +10,7 @@
 /** @file newgrf_gui.cpp GUI to change NewGRF settings. */
 
 #include "stdafx.h"
+#include "error.h"
 #include "gui.h"
 #include "newgrf.h"
 #include "strings_func.h"