diff options
Diffstat (limited to 'smallmap_gui.c')
-rw-r--r-- | smallmap_gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smallmap_gui.c b/smallmap_gui.c index 2a69cfc96..5890562c9 100644 --- a/smallmap_gui.c +++ b/smallmap_gui.c @@ -13,6 +13,7 @@ #include "vehicle.h" #include "town.h" #include "sound.h" +#include "variables.h" static const Widget _smallmap_widgets[] = { { WWT_TEXTBTN, RESIZE_NONE, 13, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW}, |