mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
LibSyntax: Add missing headers to HighlighterClient.h
This commit is contained in:
parent
9d89b64d59
commit
e6ea13af61
Notes:
sideshowbarker
2024-07-18 02:58:41 +09:00
Author: https://github.com/BenWiederhake
Commit: e6ea13af61
Pull-request: https://github.com/SerenityOS/serenity/pull/10320
Reviewed-by: https://github.com/linusg ✅
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <LibGUI/Forward.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibGUI/TextDocument.h>
|
||||
#include <LibGUI/TextPosition.h>
|
||||
|
||||
namespace Syntax {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue