From fbcb3957112ac5cafa9e3c2d263702175c1967fe Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 14 Mar 2016 21:00:19 +0100 Subject: [PATCH] [DEBUG] Build correction --- enet/Ftp.cpp | 2 +- enet/Http.cpp | 1 + enet/Tcp.cpp | 2 ++ test/main.cpp | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/enet/Ftp.cpp b/enet/Ftp.cpp index 7d166fb..9449663 100644 --- a/enet/Ftp.cpp +++ b/enet/Ftp.cpp @@ -8,7 +8,7 @@ #include #include - +#include #ifdef __class__ #undef __class__ diff --git a/enet/Http.cpp b/enet/Http.cpp index 54973fc..0861ad3 100644 --- a/enet/Http.cpp +++ b/enet/Http.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #ifdef __class__ #undef __class__ diff --git a/enet/Tcp.cpp b/enet/Tcp.cpp index 47c883b..9781da6 100644 --- a/enet/Tcp.cpp +++ b/enet/Tcp.cpp @@ -14,6 +14,8 @@ #include #include #include +#include +#include #ifdef __class__ #undef __class__ diff --git a/test/main.cpp b/test/main.cpp index d80a699..7be252d 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -10,6 +10,7 @@ #include #include +#include #undef __class__ #define __class__ "test"