mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 10:18:59 +00:00
LibJS: Add missing include to ShadowRealm.h
This commit is contained in:
parent
6df0b8e889
commit
cc7a117f0f
Notes:
sideshowbarker
2024-07-17 19:38:28 +09:00
Author: https://github.com/awesomekling
Commit: cc7a117f0f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <LibJS/Runtime/Completion.h>
|
||||
#include <LibJS/Runtime/ExecutionContext.h>
|
||||
#include <LibJS/Runtime/Object.h>
|
||||
#include <LibJS/Runtime/Realm.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue