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 {

View file

@ -6,6 +6,7 @@
#pragma once
#include <LibWeb/Layout/Box.h>
#include <LibWeb/Layout/FormattingContext.h>
namespace Web::Layout {

View file

@ -6,6 +6,7 @@
#pragma once
#include <AK/OwnPtr.h>
#include <LibWeb/Forward.h>
namespace Web::Layout {

View file

@ -8,6 +8,7 @@
#include <AK/NonnullRefPtrVector.h>
#include <AK/RefPtr.h>
#include <LibWeb/CSS/Display.h>
#include <LibWeb/Forward.h>
namespace Web::Layout {