From d18b5453d7ffd19667ee8ac125b34ab5328f0dc3 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 9 Feb 2022 23:00:49 +0800 Subject: ... --- src/ui/render/TextRenderObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/render/TextRenderObject.cpp') diff --git a/src/ui/render/TextRenderObject.cpp b/src/ui/render/TextRenderObject.cpp index ec5ce662..6f4a8320 100644 --- a/src/ui/render/TextRenderObject.cpp +++ b/src/ui/render/TextRenderObject.cpp @@ -3,8 +3,8 @@ #include "../Helper.h" #include "cru/common/Logger.h" #include "cru/platform/graphics/Factory.h" +#include "cru/platform/graphics/Painter.h" #include "cru/platform/graphics/TextLayout.h" -#include "cru/platform/graphics/util/Painter.h" #include "cru/ui/DebugFlags.h" #include -- cgit v1.2.3