summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Heap/Handle.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-03-21 17:20:07 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-21 21:39:39 +0100
commit1fb50d823d17933a2488c888b7ebb8b340d50a91 (patch)
tree95ea3c2b713a4816f10fb909d2ea43671f2c582a /Userland/Libraries/LibJS/Heap/Handle.cpp
parentdc8817638ecc30b8a5ede041327f903671374aa5 (diff)
downloadserenity-1fb50d823d17933a2488c888b7ebb8b340d50a91.zip
LibJS: Always inline Cell::vm() and Cell::heap()
Diffstat (limited to 'Userland/Libraries/LibJS/Heap/Handle.cpp')
-rw-r--r--Userland/Libraries/LibJS/Heap/Handle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Heap/Handle.cpp b/Userland/Libraries/LibJS/Heap/Handle.cpp
index c1758ee429..7916fdffa5 100644
--- a/Userland/Libraries/LibJS/Heap/Handle.cpp
+++ b/Userland/Libraries/LibJS/Heap/Handle.cpp
@@ -27,6 +27,7 @@
#include <LibJS/Heap/Handle.h>
#include <LibJS/Heap/Heap.h>
#include <LibJS/Runtime/Cell.h>
+#include <LibJS/Runtime/VM.h>
namespace JS {