From d6752ace74b378586100fd3df08300430c1bf93a Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Fri, 28 Jan 2022 00:27:26 +0100 Subject: [PATCH] add missing include in textutil --- src/uilib/textutil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uilib/textutil.h b/src/uilib/textutil.h index 7c6c1f68..3528d7ce 100644 --- a/src/uilib/textutil.h +++ b/src/uilib/textutil.h @@ -4,6 +4,7 @@ // helper functions for text rendering #include "label.h" +#include namespace Ui {