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/Control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/controls/Control.h') diff --git a/include/cru/ui/controls/Control.h b/include/cru/ui/controls/Control.h index edbf5919..3927e604 100644 --- a/include/cru/ui/controls/Control.h +++ b/include/cru/ui/controls/Control.h @@ -2,8 +2,8 @@ #include "Base.h" #include "../events/UiEvents.h" -#include "../render/Base.h" #include "cru/common/Event.h" +#include "cru/ui/render/RenderObject.h" namespace cru::ui::controls { class CRU_UI_API Control : public Object { -- cgit v1.2.3