mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +00:00
LibWeb: Add missing GCPtr.h includes to Fetch headers
These are missing in most Fetch headers, and clangd is (rightfully) very loud about it on a few of these.
This commit is contained in:
parent
332b253a47
commit
7955cb14fb
Notes:
sideshowbarker
2024-07-17 00:34:28 +09:00
Author: https://github.com/trflynn89
Commit: 7955cb14fb
Pull-request: https://github.com/SerenityOS/serenity/pull/17410
Reviewed-by: https://github.com/linusg
16 changed files with 16 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/Variant.h>
|
||||
#include <LibJS/Heap/GCPtr.h>
|
||||
#include <LibJS/Heap/Handle.h>
|
||||
#include <LibWeb/FileAPI/Blob.h>
|
||||
#include <LibWeb/Streams/ReadableStream.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue