mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
LibWeb: Add a couple of missing includes to Fetch's Headers.h
This commit is contained in:
parent
2b06e4b98b
commit
4f02bac39c
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