From 766a6b981d1e0c84fba921eeec1e815e5c919c95 Mon Sep 17 00:00:00 2001 From: Andre Rummler Date: Tue, 11 Aug 2026 00:30:55 +0200 Subject: [PATCH] QUuid not transitively included in Qt6; added explicit includes. --- sources/TerminalStrip/GraphicsItem/terminalstripdrawer.cpp | 1 + sources/TerminalStrip/GraphicsItem/terminalstripdrawer.h | 1 + 2 files changed, 2 insertions(+) diff --git a/sources/TerminalStrip/GraphicsItem/terminalstripdrawer.cpp b/sources/TerminalStrip/GraphicsItem/terminalstripdrawer.cpp index ee94b3b77..704be3f35 100644 --- a/sources/TerminalStrip/GraphicsItem/terminalstripdrawer.cpp +++ b/sources/TerminalStrip/GraphicsItem/terminalstripdrawer.cpp @@ -19,6 +19,7 @@ #include #include +#include namespace TerminalStripDrawer { diff --git a/sources/TerminalStrip/GraphicsItem/terminalstripdrawer.h b/sources/TerminalStrip/GraphicsItem/terminalstripdrawer.h index 8aa96be35..26de183b4 100644 --- a/sources/TerminalStrip/GraphicsItem/terminalstripdrawer.h +++ b/sources/TerminalStrip/GraphicsItem/terminalstripdrawer.h @@ -19,6 +19,7 @@ #define TERMINALSTRIPDRAWER_H #include +#include #include "properties/terminalstriplayoutpattern.h"