LibWeb: Include or declare missing definitions for PseudoElement.h

clangd was loudly complaining about this file.
This commit is contained in:
Shannon Booth 2025-07-12 13:34:26 +12:00 committed by Sam Atkins
commit 15657ec4c3
Notes: github-actions[bot] 2025-07-15 12:55:38 +00:00
2 changed files with 3 additions and 0 deletions

View file

@ -6,10 +6,12 @@
#pragma once
#include <AK/OwnPtr.h>
#include <LibGC/CellAllocator.h>
#include <LibJS/Heap/Cell.h>
#include <LibWeb/CSS/StyleProperty.h>
#include <LibWeb/Forward.h>
#include <LibWeb/PixelUnits.h>
#include <LibWeb/TreeNode.h>
namespace Web::DOM {