@@ -7,6 +7,7 @@
#pragma once
#include <AK/Forward.h>
+#include <AK/String.h>
#include <LibGUI/Forward.h>
#include <sys/types.h>
@@ -67,6 +67,7 @@ class Statusbar;
class TabWidget;
class TableView;
class TextBox;
+class TextPosition;
class UrlBox;
class TextDocument;
class TextDocumentLine;
@@ -6,6 +6,7 @@
+#include <AK/Badge.h>
#include <AK/RefPtr.h>
@@ -7,6 +7,8 @@
+#include <AK/StringView.h>
+
namespace Gfx {
struct FontStyleMapping {
@@ -8,6 +8,7 @@
#include <AK/Optional.h>
#include <AK/StdLibExtras.h>
#include <LibGfx/Forward.h>
#include <LibGfx/Point.h>
#include <LibGfx/Rect.h>
+#include <LibGfx/Orientation.h>
+#include <AK/Array.h>
#include <AK/Utf32View.h>
#include <AK/Vector.h>
#include <AK/Span.h>
namespace TTF {