From bb49eb5c2f7244e119aa1c8311d36655dd01e6cf Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 28 Jun 2022 12:02:42 -0700 Subject: Fix #includes on http_client.hpp Include what you use. Tested: Code compiles Signed-off-by: Ed Tanous Change-Id: I23c89fee6f3e39d2f2a7dc1c3ba2db8819e8adc7 --- http/http_client.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'http/http_client.hpp') diff --git a/http/http_client.hpp b/http/http_client.hpp index ae077ef07b..14e2cf263f 100644 --- a/http/http_client.hpp +++ b/http/http_client.hpp @@ -14,15 +14,25 @@ // limitations under the License. */ #pragma once +#include #include #include +#include #include #include +#include #include #include +#include +#include +#include +#include #include #include +#include +#include #include +#include #include #include -- cgit v1.2.3