LibWeb: Add missing CellAllocator.h include for Buffers.h

My clangd was (rightly) complaining that this include was missing.
This commit is contained in:
Shannon Booth 2024-04-23 19:00:03 +12:00 committed by Tim Flynn
commit 9abce21435
Notes: sideshowbarker 2024-07-17 12:02:22 +09:00

View file

@ -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 {