Skip to content

Commit cc7a117

Browse files
committed
LibJS: Add missing include to ShadowRealm.h
1 parent 6df0b8e commit cc7a117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Userland/Libraries/LibJS/Runtime/ShadowRealm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#pragma once
88

99
#include <LibJS/Runtime/Completion.h>
10+
#include <LibJS/Runtime/ExecutionContext.h>
1011
#include <LibJS/Runtime/Object.h>
1112
#include <LibJS/Runtime/Realm.h>
1213

0 commit comments

Comments
 (0)