@@ -6,6 +6,8 @@
#pragma once
+#include <AK/Assertions.h>
+
namespace Web::CSS {
class Display {
@@ -6,6 +6,7 @@
+#include <LibWeb/Layout/Box.h>
#include <LibWeb/Layout/FormattingContext.h>
namespace Web::Layout {
+#include <AK/OwnPtr.h>
#include <LibWeb/Forward.h>
@@ -8,6 +8,7 @@
#include <AK/NonnullRefPtrVector.h>
#include <AK/RefPtr.h>
+#include <LibWeb/CSS/Display.h>