LibJS: Add missing include to ShadowRealm.h

This commit is contained in:
Andreas Kling 2022-02-07 22:39:57 +01:00
commit cc7a117f0f
Notes: sideshowbarker 2024-07-17 19:38:28 +09:00

View file

@ -7,6 +7,7 @@
#pragma once #pragma once
#include <LibJS/Runtime/Completion.h> #include <LibJS/Runtime/Completion.h>
#include <LibJS/Runtime/ExecutionContext.h>
#include <LibJS/Runtime/Object.h> #include <LibJS/Runtime/Object.h>
#include <LibJS/Runtime/Realm.h> #include <LibJS/Runtime/Realm.h>