mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
LibJS: Add missing include to ExecutionContext.h
This commit is contained in:
parent
54d10d8dda
commit
673e6f3a32
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AK/FlyString.h>
|
#include <AK/FlyString.h>
|
||||||
|
#include <AK/WeakPtr.h>
|
||||||
#include <LibJS/Forward.h>
|
#include <LibJS/Forward.h>
|
||||||
#include <LibJS/Runtime/MarkedValueList.h>
|
#include <LibJS/Runtime/MarkedValueList.h>
|
||||||
#include <LibJS/Runtime/PrivateEnvironment.h>
|
#include <LibJS/Runtime/PrivateEnvironment.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue