summaryrefslogtreecommitdiff
path: root/src/newgrf_config.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-07 14:02:26 +0000
committerrubidium <rubidium@openttd.org>2008-01-07 14:02:26 +0000
commit38115acf5adbcf66643d1f96e30b9abc6dec15a3 (patch)
treeda6be8b1f4ec1cdb8a848d1ab9915d7dddf2ff8b /src/newgrf_config.cpp
parenta8a3a7e3f277c205900f5dde7441e612cd0114a8 (diff)
downloadopenttd-38115acf5adbcf66643d1f96e30b9abc6dec15a3.tar.xz
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
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 63d314adb..22427a29f 100644
--- a/src/newgrf_config.cpp
+++ b/src/newgrf_config.cpp
@@ -12,6 +12,7 @@
#include "network/network_data.h"
#include "newgrf.h"
#include "newgrf_config.h"
+#include "core/alloc_func.hpp"
#include "fileio.h"
#include "fios.h"