From d39b20b505e1b44f5d565fc61ce5cf3fe2ca6283 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 14 Jul 2015 18:51:40 +0200 Subject: [PATCH] Fix sources to include their respective header --- src/Buffer.cpp | 1 + src/Client.cpp | 1 + src/ClientCommand.cpp | 1 + src/HTTPSock.cpp | 1 + src/Listener.cpp | 1 + src/Nick.cpp | 1 + src/Socket.cpp | 1 + src/ZNCString.cpp | 1 + src/znc.cpp | 1 + 9 files changed, 9 insertions(+) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 6ffaf14e..4715f761 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include diff --git a/src/Client.cpp b/src/Client.cpp index 1c7af82a..5a35c27e 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include #include diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index cda06b27..f1258357 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include #include diff --git a/src/HTTPSock.cpp b/src/HTTPSock.cpp index e592890d..5cb75416 100644 --- a/src/HTTPSock.cpp +++ b/src/HTTPSock.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include #include diff --git a/src/Listener.cpp b/src/Listener.cpp index 5e303839..0cd2a374 100644 --- a/src/Listener.cpp +++ b/src/Listener.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include CListener::~CListener() { diff --git a/src/Nick.cpp b/src/Nick.cpp index 3a56079a..bcdd114b 100644 --- a/src/Nick.cpp +++ b/src/Nick.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include #include diff --git a/src/Socket.cpp b/src/Socket.cpp index f3ce66b8..dd0ceb16 100644 --- a/src/Socket.cpp +++ b/src/Socket.cpp @@ -16,6 +16,7 @@ #include +#include #include #include #include diff --git a/src/ZNCString.cpp b/src/ZNCString.cpp index c9c3e0c6..09c13e14 100644 --- a/src/ZNCString.cpp +++ b/src/ZNCString.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include #include diff --git a/src/znc.cpp b/src/znc.cpp index 4a01aab3..624b92ce 100644 --- a/src/znc.cpp +++ b/src/znc.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include #include