LibJS: Add missing include to Intrinsics.h

This was preventing clangd in my environment from processing the
Intrinsics class.
This commit is contained in:
Timothy Flynn 2025-02-03 21:32:41 -05:00 committed by Tim Flynn
parent bad7324307
commit 0fe9bbad2e
Notes: github-actions[bot] 2025-02-05 13:06:24 +00:00

View file

@ -7,6 +7,7 @@
#pragma once
#include <LibGC/CellAllocator.h>
#include <LibJS/Forward.h>
#include <LibJS/Heap/Cell.h>