From 10be54a9c34a02aaa63f0a88ffdee252aaf48038 Mon Sep 17 00:00:00 2001 From: redeast Date: Wed, 3 Jan 2024 04:51:03 +0000 Subject: [PATCH] update src/qscint/src/xmlMatchedTagsHighlighter.h. add support for gcc-13 Signed-off-by: redeast --- src/qscint/src/xmlMatchedTagsHighlighter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qscint/src/xmlMatchedTagsHighlighter.h b/src/qscint/src/xmlMatchedTagsHighlighter.h index fec5211..c7b4dff 100755 --- a/src/qscint/src/xmlMatchedTagsHighlighter.h +++ b/src/qscint/src/xmlMatchedTagsHighlighter.h @@ -1,4 +1,4 @@ -// This file is part of Notepad-- project +// This file is part of Notepad-- project // Copyright (C)2023 zuowei.yin // This program is free software: you can redistribute it and/or modify @@ -20,6 +20,7 @@ //#include #include #include +#include class QsciScintilla; -- Gitee