From e18ed69469568337283d92e38d44bfda86532b88 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Thu, 10 Jul 2014 21:03:55 +0200 Subject: fix warnings from mplint --- src/net/ipc.cpp | 2 ++ src/net/ipc.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/net') 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 -class IPC +class IPC final { public: /** -- cgit v1.2.3-70-g09d2