mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibWeb: Add missing CellAllocator.h include for Buffers.h
My clangd was (rightly) complaining that this include was missing.
This commit is contained in:
parent
b364a58753
commit
9abce21435
Notes:
sideshowbarker
2024-07-17 12:02:22 +09:00
Author: https://github.com/shannonbooth
Commit: 9abce21435
Pull-request: https://github.com/SerenityOS/serenity/pull/24108
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <AK/Variant.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Heap/Cell.h>
|
||||
#include <LibJS/Heap/CellAllocator.h>
|
||||
|
||||
namespace Web::WebIDL {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue