1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

LibWeb: Add missing headers

This commit is contained in:
Ben Wiederhake 2021-10-02 21:56:05 +02:00 committed by Linus Groh
parent 7619dbdbb4
commit c602db1620
6 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,7 @@
#pragma once
#include <LibWeb/CSS/Length.h>
#include <LibWeb/CSS/StyleValue.h>
namespace Web::CSS {