From 13418013a4657e9083a862f03e08c6926b968094 Mon Sep 17 00:00:00 2001 From: PabloMK7 Date: Thu, 5 Oct 2023 14:16:08 +0200 Subject: [PATCH] Fix compilation --- src/core/hle/service/http/http_c.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/http/http_c.cpp b/src/core/hle/service/http/http_c.cpp index 5bcfbae2b7..3451ed7d7b 100644 --- a/src/core/hle/service/http/http_c.cpp +++ b/src/core/hle/service/http/http_c.cpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include #include #include "common/archives.h"