diff --git a/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Bodies.h b/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Bodies.h index 9759daf49f..4665ba09e4 100644 --- a/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Bodies.h +++ b/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Bodies.h @@ -8,15 +8,17 @@ #include #include +#include #include #include +#include namespace Web::Fetch { // https://fetch.spec.whatwg.org/#concept-body class Body final { public: - using SourceType = Variant; + using SourceType = Variant>; struct ReadableStreamDummy { };