diff options
Diffstat (limited to 'src/video/dedicated_v.cpp')
-rw-r--r-- | src/video/dedicated_v.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index d7dcc36af..69de090ab 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -13,8 +13,8 @@ #ifdef ENABLE_NETWORK -#include "../openttd.h" #include "../gfx_func.h" +#include "../network/network.h" #include "../network/network_internal.h" #include "../console_func.h" #include "../variables.h" |