mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibJS: Add missing include to Handle.h
This commit is contained in:
parent
7ad4702cbf
commit
54d10d8dda
Notes:
sideshowbarker
2024-07-17 19:38:47 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/54d10d8ddac
@ -12,6 +12,7 @@
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Runtime/Environment.h>
|
||||
#include <LibJS/Runtime/Value.h>
|
||||
|
||||
namespace JS {
|
||||
|
Loading…
Reference in New Issue
Block a user