From 382d42802221941e24e672743d03e7adcb544f94 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 10 Feb 2022 23:37:38 +0800 Subject: ... --- include/cru/ui/controls/Control.h | 1 + include/cru/ui/controls/StackLayout.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'include/cru/ui/controls') diff --git a/include/cru/ui/controls/Control.h b/include/cru/ui/controls/Control.h index 1d976970..97096e35 100644 --- a/include/cru/ui/controls/Control.h +++ b/include/cru/ui/controls/Control.h @@ -2,6 +2,7 @@ #include "../Base.h" #include "../events/UiEvents.h" #include "../render/RenderObject.h" +#include "../style/StyleRuleSet.h" namespace cru::ui::controls { diff --git a/include/cru/ui/controls/StackLayout.h b/include/cru/ui/controls/StackLayout.h index 82826171..cbf35cbe 100644 --- a/include/cru/ui/controls/StackLayout.h +++ b/include/cru/ui/controls/StackLayout.h @@ -4,6 +4,8 @@ #include "../render/StackLayoutRenderObject.h" namespace cru::ui::controls { +using render::StackChildLayoutData; + class CRU_UI_API StackLayout : public LayoutControl { public: -- cgit v1.2.3