From 6ed443a30ab510d3365bbc879cd27aef36f173ca Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 21 Sep 2019 17:52:14 +0300 Subject: [PATCH] Update a deprecated header --- source/http/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.0