From 4e109a174b1e8adb1b1e3d49da9863e9dc09159a Mon Sep 17 00:00:00 2001 From: dmitry Date: Fri, 12 Jun 2020 18:59:56 +0300 Subject: [PATCH] crlib: fixbuild --- ext/crlib/cr-http.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/crlib/cr-http.h b/ext/crlib/cr-http.h index 62720ef..3b61d0e 100644 --- a/ext/crlib/cr-http.h +++ b/ext/crlib/cr-http.h @@ -20,6 +20,7 @@ #include #include #include +#include #include #if defined (CR_LINUX) || defined (CR_OSX) @@ -37,6 +38,8 @@ # include #endif +// TODO: make this work with real HTTP responses + // status codes for http client CR_DECLARE_SCOPED_ENUM (HttpClientResult, OK = 0,