1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:37:35 +00:00

LibWeb: Add missing headers

This commit is contained in:
Ben Wiederhake 2021-10-10 15:56:29 +02:00 committed by Linus Groh
parent 0a53cf2a07
commit dee26ca5cd
4 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,8 @@
#pragma once
#include <AK/Assertions.h>
namespace Web::CSS {
class Display {