mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Provide missing includes to StructuredSerializeTypes.h
This commit is contained in:
parent
95e1ec4abc
commit
356727f294
Notes:
github-actions[bot]
2025-05-21 10:56:33 +00:00
Author: https://github.com/trflynn89
Commit: 356727f294
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4828
Reviewed-by: https://github.com/shannonbooth ✅
1 changed files with 5 additions and 2 deletions
|
@ -4,10 +4,13 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <LibGC/Forward.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibGC/Forward.h>
|
||||
#include <LibJS/Forward.h>
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
using DeserializationMemory = GC::RootVector<JS::Value>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue