LibWeb: Add missing headers

This commit is contained in:
Ben Wiederhake 2021-10-10 15:56:29 +02:00 committed by Linus Groh
commit dee26ca5cd
Notes: sideshowbarker 2024-07-18 02:09:14 +09:00
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 {