From 15d55dc003d0ba576fdbc5e2069907ba169dc735 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 17 Nov 2020 14:40:29 +0000 Subject: Use AdHoc case_less, not Slicer --- icespider/fcgi/cgiRequestBase.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icespider/fcgi/cgiRequestBase.h b/icespider/fcgi/cgiRequestBase.h index c0d6d81..6a63a88 100644 --- a/icespider/fcgi/cgiRequestBase.h +++ b/icespider/fcgi/cgiRequestBase.h @@ -1,6 +1,7 @@ #ifndef ICESPIDER_CGI_CGIREQUESTBASE_H #define ICESPIDER_CGI_CGIREQUESTBASE_H +#include #include #include #include @@ -15,7 +16,7 @@ namespace IceSpider { public: using VarMap = std::map; - using HdrMap = std::map; + using HdrMap = std::map; [[nodiscard]] const PathElements & getRequestPath() const override; [[nodiscard]] PathElements & getRequestPath() override; -- cgit v1.2.3