mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 21:55:07 +00:00
LibSyntax: Add missing headers to HighlighterClient.h
This commit is contained in:
parent
9d89b64d59
commit
e6ea13af61
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <LibGUI/Forward.h>
|
#include <AK/String.h>
|
||||||
|
#include <AK/Vector.h>
|
||||||
|
#include <LibGUI/TextDocument.h>
|
||||||
|
#include <LibGUI/TextPosition.h>
|
||||||
|
|
||||||
namespace Syntax {
|
namespace Syntax {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue