mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Add a couple of missing includes to Fetch's Headers.h
This commit is contained in:
parent
2b06e4b98b
commit
4f02bac39c
Notes:
sideshowbarker
2024-07-17 18:06:52 +09:00
Author: https://github.com/linusg
Commit: 4f02bac39c
Pull-request: https://github.com/SerenityOS/serenity/pull/14577
Reviewed-by: https://github.com/awesomekling ✅
1 changed files with 5 additions and 0 deletions
|
@ -7,7 +7,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/Error.h>
|
||||
#include <AK/Forward.h>
|
||||
#include <AK/HashTable.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Vector.h>
|
||||
|
||||
namespace Web::Fetch {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue