mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibJS: Add missing headers
This commit is contained in:
parent
9d2e06b039
commit
a95b321bf1
Notes:
sideshowbarker
2024-07-18 02:58:48 +09:00
Author: https://github.com/BenWiederhake
Commit: a95b321bf1
Pull-request: https://github.com/SerenityOS/serenity/pull/10320
Reviewed-by: https://github.com/linusg ✅
7 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include <AK/Optional.h>
|
||||
#include <LibJS/Runtime/Object.h>
|
||||
#include <LibJS/Runtime/Temporal/AbstractOperations.h>
|
||||
#include <LibJS/Runtime/VM.h>
|
||||
|
||||
namespace JS::Temporal {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue