mirror of https://github.com/OpenTTD/OpenTTD
(svn r13333) -Fix: compilance without networking enabled.
parent
be93c2c089
commit
61507ffeab
|
@ -8,6 +8,8 @@
|
||||||
#include "network/network_server.h"
|
#include "network/network_server.h"
|
||||||
#include "core/alloc_func.hpp"
|
#include "core/alloc_func.hpp"
|
||||||
#include "string_func.h"
|
#include "string_func.h"
|
||||||
|
#include "strings_type.h"
|
||||||
|
#include "core/math_func.hpp"
|
||||||
#include "rev.h"
|
#include "rev.h"
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
Loading…
Reference in New Issue