1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:27:34 +00:00

LibGUI: Add missing headers

This commit is contained in:
Ben Wiederhake 2021-09-16 21:07:58 +02:00 committed by Linus Groh
parent 5f25182cd5
commit 9d2e06b039
8 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#pragma once
#include <AK/Forward.h>
#include <AK/String.h>
#include <LibGUI/Forward.h>
#include <sys/types.h>

View file

@ -67,6 +67,7 @@ class Statusbar;
class TabWidget;
class TableView;
class TextBox;
class TextPosition;
class UrlBox;
class TextDocument;
class TextDocumentLine;

View file

@ -6,6 +6,7 @@
#pragma once
#include <AK/Badge.h>
#include <AK/Forward.h>
#include <AK/RefPtr.h>
#include <LibGUI/Forward.h>