From e145d632cdb81c5588378c798500839e4657cca5 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Sat, 5 Feb 2011 19:36:02 +0000 Subject: (svn r21984) -Fix: Compilation without AI was broken --- src/settings_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 576f49db0..e5056457c 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -35,6 +35,7 @@ #include "table/sprites.h" #include "table/strings.h" +#include static const StringID _units_dropdown[] = { STR_GAME_OPTIONS_MEASURING_UNITS_IMPERIAL, -- cgit v1.2.3-54-g00ecf