1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:07:44 +00:00

LibWeb: Add some missing includes

This commit is contained in:
Hendiadyoin1 2022-09-13 16:02:25 +02:00 committed by Andreas Kling
parent 6dcc808994
commit 5bd34f115e
3 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#pragma once
#include <AK/Forward.h>
#include <LibJS/Heap/GCPtr.h>
#include <LibWeb/Forward.h>
#include <LibWeb/HTML/AttributeNames.h>
#include <LibWeb/TreeNode.h>