From bb3f453c7b238e45f3a7c0e5a04a50bc2c9cb4ee Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Mon, 19 Feb 2024 16:20:17 +0100 Subject: [PATCH] missing include added --- playground/fonts/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playground/fonts/main.cpp b/playground/fonts/main.cpp index 350a4eaf..03fb9751 100644 --- a/playground/fonts/main.cpp +++ b/playground/fonts/main.cpp @@ -13,6 +13,8 @@ #include #include +#include + namespace { class TextLabel : public QskTextLabel