1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:47:44 +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,7 @@
#pragma once
#include <LibWeb/Layout/Box.h>
#include <LibWeb/Layout/FormattingContext.h>
namespace Web::Layout {