summaryrefslogtreecommitdiff
path: root/src/network/core/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/udp.h')
-rw-r--r--src/network/core/udp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/network/core/udp.h b/src/network/core/udp.h
index ab7682836..ce8b0e88f 100644
--- a/src/network/core/udp.h
+++ b/src/network/core/udp.h
@@ -5,6 +5,11 @@
#ifdef ENABLE_NETWORK
+#include "os_abstraction.h"
+#include "game.h"
+#include "packet.h"
+#include "../../newgrf_config.h"
+
/**
* @file udp.h Basic functions to receive and send UDP packets.
*/