summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index bdd8e161f..03207e952 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -5,7 +5,6 @@
#include "stdafx.h"
#include "openttd.h"
#include "currency.h"
-#include "functions.h"
#include "string.h"
#include "table/sprites.h"
#include "table/strings.h"
@@ -24,6 +23,8 @@
#include "date.h"
#include "newgrf_townname.h"
#include "strings_func.h"
+#include "functions.h"
+#include "window_func.h"
static uint32 _difficulty_click_a;
static uint32 _difficulty_click_b;