mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
LibJS: Include Environment.h directly in ClassFieldDefinition.h
This was previously indirectly forcing Heap/Handle.h to include it instead. This will let us include Handle.h from PropertyKey, which will allow us to solve a different issue.
This commit is contained in:
parent
cd07521ed8
commit
4aade74b91
Notes:
sideshowbarker
2024-07-17 06:29:42 +09:00
Author: https://github.com/IdanHo
Commit: 4aade74b91
Pull-request: https://github.com/SerenityOS/serenity/pull/15418
Issue: https://github.com/SerenityOS/serenity/issues/14182
Reviewed-by: https://github.com/linusg ✅
2 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <AK/Forward.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Heap/Handle.h>
|
||||
#include <LibJS/Runtime/Environment.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue