summaryrefslogtreecommitdiff
path: root/src/newgrf_config.cpp
diff options
context:
space:
mode:
authorrubidium42 <rubidium@openttd.org>2021-04-27 11:17:03 +0200
committerCharles Pigott <charlespigott@googlemail.com>2021-04-27 18:17:34 +0100
commit84985c1223757766bad17b917a5579f84e1dec64 (patch)
treee1c25a1980ad1c8991b610081b4f138a9351c329 /src/newgrf_config.cpp
parentcbad518bf3c7e6d05b62d8c1d063b89d974e5f33 (diff)
downloadopenttd-84985c1223757766bad17b917a5579f84e1dec64.tar.xz
Codechange: [Network] Do not leak os_abstraction.h via fios.h
Diffstat (limited to 'src/newgrf_config.cpp')
-rw-r--r--src/newgrf_config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_config.cpp b/src/newgrf_config.cpp
index a0e60ef75..d7919e32a 100644
--- a/src/newgrf_config.cpp
+++ b/src/newgrf_config.cpp
@@ -17,6 +17,7 @@
#include "window_func.h"
#include "progress.h"
#include "video/video_driver.hpp"
+#include "string_func.h"
#include "strings_func.h"
#include "textfile_gui.h"
#include "thread.h"