From 4431f6b3d9822c9fedc6bf8cff7fddd0077a4ee6 Mon Sep 17 00:00:00 2001 From: zeph Date: Fri, 9 Jan 2026 19:21:31 +0100 Subject: [PATCH] UI: ANSI TTY colors, fix git submodule versions and correct include --- rpcs3/rpcs3qt/syntax_highlighter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/syntax_highlighter.h b/rpcs3/rpcs3qt/syntax_highlighter.h index 82745ed36f..3854059dd7 100644 --- a/rpcs3/rpcs3qt/syntax_highlighter.h +++ b/rpcs3/rpcs3qt/syntax_highlighter.h @@ -2,7 +2,7 @@ #include #include -#include +#include // Inspired by https://doc.qt.io/qt-5/qtwidgets-richtext-syntaxhighlighter-example.html