diff --git a/RSDKv4/Networking.hpp b/RSDKv4/Networking.hpp index e3c5e9364..b7671516d 100644 --- a/RSDKv4/Networking.hpp +++ b/RSDKv4/Networking.hpp @@ -2,6 +2,7 @@ #ifndef NETWORKING_H #define NETWORKING_H #include +#include extern char networkHost[64]; extern char networkGame[16]; @@ -41,4 +42,4 @@ void setRoomCode(int code); void SetNetworkGameName(int *a1, const char *name); #endif -#endif \ No newline at end of file +#endif