From ca090f22bbdc3bf10e2e403ff2fbe10e05fc787f Mon Sep 17 00:00:00 2001 From: redeast Date: Wed, 3 Jan 2024 04:48:21 +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..3225647 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