From 429d44e2d6f594f2b29db764c0afe8f68d09763f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 24 Jul 2020 12:37:33 +0300 Subject: [PATCH] Add to http.hh Fixes a compile error with GCC 10.1. --- maxutils/maxbase/include/maxbase/http.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/maxutils/maxbase/include/maxbase/http.hh b/maxutils/maxbase/include/maxbase/http.hh index 7400175ff..83ea6f8d7 100644 --- a/maxutils/maxbase/include/maxbase/http.hh +++ b/maxutils/maxbase/include/maxbase/http.hh @@ -15,6 +15,7 @@ #include #include #include +#include #include #include