mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00: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
Notes:
github-actions[bot]
2025-02-05 13:06:24 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/0fe9bbad2e2 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3450 Reviewed-by: https://github.com/shannonbooth ✅
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <LibGC/CellAllocator.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Heap/Cell.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue