diff --git a/JGE/src/pc/JSocket.cpp b/JGE/src/pc/JSocket.cpp index 5a13848fe..4c0380bbf 100644 --- a/JGE/src/pc/JSocket.cpp +++ b/JGE/src/pc/JSocket.cpp @@ -1,5 +1,3 @@ -#include "PrecompiledHeader.h" - #include #ifdef WIN32 #pragma comment(lib,"WSOCK32.LIB") @@ -17,6 +15,7 @@ #endif //WINDOWS #include "../../include/JSocket.h" +#include "../../include/DebugRoutines.h" //JSocket * JSocket::mInstance = NULL; //#define SERVER_PORT 20666