Skip to content

Commit

Permalink
fix: build failed
Browse files Browse the repository at this point in the history
missing syntax highlight header.

Log:
Change-Id: I29597f6f3b91fb49970feff7fed86cba1a887212
  • Loading branch information
deepin-mozart committed Jun 26, 2024
1 parent 917b42b commit 33ec222
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/plugins/codegeex/widgets/codeeditcomponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
#define CODEEDITCOMPONENT_H
#include <KSyntaxHighlighting/Repository>
#include <KSyntaxHighlighting/Definition>
#include <SyntaxHighlighter>
#include <Theme>

#include <KSyntaxHighlighting/syntaxhighlighter.h>
#include <KSyntaxHighlighting/theme.h>

// Use this when in low version.
//#include <SyntaxHighlighter>
//#include <Theme>

#include <DWidget>
#include <DLabel>
Expand Down

0 comments on commit 33ec222

Please sign in to comment.