1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:17:44 +00:00

LibJS: Add missing include to ShadowRealm.h

This commit is contained in:
Andreas Kling 2022-02-07 22:39:57 +01:00
parent 6df0b8e889
commit cc7a117f0f

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>