From 72f806dcccd9a209e67f1625c120e94828dd28d3 Mon Sep 17 00:00:00 2001 From: acetone Date: Sat, 19 Nov 2022 22:09:39 +0300 Subject: [PATCH] hf 2 --- src/httpdocument.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/httpdocument.cpp b/src/httpdocument.cpp index 31aefd6..67643d7 100644 --- a/src/httpdocument.cpp +++ b/src/httpdocument.cpp @@ -24,6 +24,7 @@ along with this program. If not, see . #include #include #include +#include const QString HttpDocument::Code::_200 = "200 OK"; const QString HttpDocument::Code::_303 = "303 See Other";