1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 08:52:40 +01:00

(svn r26491) -Fix: compilation failure when networking is disabled

This commit is contained in:
rubidium
2014-04-23 21:32:41 +00:00
parent ce06139328
commit 567bf962fd

View File

@@ -14,6 +14,7 @@
#include "script_log.hpp"
#include "../../network/network_admin.h"
#include "../script_instance.hpp"
#include "../../string_func.hpp"
#include "../../safeguards.h"