diff options
-rw-r--r-- | src/net/ipc.cpp | 2 | ||||
-rw-r--r-- | src/net/ipc.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/net/ipc.cpp b/src/net/ipc.cpp index 531ce4435..4db174e7e 100644 --- a/src/net/ipc.cpp +++ b/src/net/ipc.cpp @@ -28,6 +28,8 @@ #include "logger.h" +#include "debug.h" + IPC *ipc = nullptr; IPC::IPC(unsigned short port) : diff --git a/src/net/ipc.h b/src/net/ipc.h index c118c219a..337e19ce8 100644 --- a/src/net/ipc.h +++ b/src/net/ipc.h @@ -24,7 +24,7 @@ #include "net/sdltcpnet.h" #include <SDL_thread.h> -class IPC +class IPC final { public: /** |