From: Mikko Rasa Date: Sat, 21 Sep 2019 14:52:14 +0000 (+0300) Subject: Update a deprecated header X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=commitdiff_plain;h=6ed443a30ab510d3365bbc879cd27aef36f173ca Update a deprecated header --- diff --git a/source/http/client.cpp b/source/http/client.cpp index 6f22181..da6b25e 100644 --- a/source/http/client.cpp +++ b/source/http/client.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include #include "client.h" #include "request.h" #include "response.h"