mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibJS: Add missing include to Intrinsics.h
This was preventing clangd in my environment from processing the Intrinsics class.
This commit is contained in:
parent
bad7324307
commit
0fe9bbad2e
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <LibGC/CellAllocator.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Heap/Cell.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user