From d18b5453d7ffd19667ee8ac125b34ab5328f0dc3 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 9 Feb 2022 23:00:49 +0800 Subject: ... --- include/cru/ui/controls/TextBlock.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/cru/ui/controls/TextBlock.h') diff --git a/include/cru/ui/controls/TextBlock.h b/include/cru/ui/controls/TextBlock.h index 5e5674a2..3f87d96c 100644 --- a/include/cru/ui/controls/TextBlock.h +++ b/include/cru/ui/controls/TextBlock.h @@ -1,10 +1,12 @@ #pragma once #include "NoChildControl.h" +#include "../render/TextRenderObject.h" #include "TextHostControlService.h" namespace cru::ui::controls { -class CRU_UI_API TextBlock : public NoChildControl, public virtual ITextHostControl { +class CRU_UI_API TextBlock : public NoChildControl, + public virtual ITextHostControl { public: static constexpr StringView control_type = u"TextBlock"; -- cgit v1.2.3