From 382d42802221941e24e672743d03e7adcb544f94 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 10 Feb 2022 23:37:38 +0800 Subject: ... --- include/cru/ui/helper/ClickDetector.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/cru/ui/helper') diff --git a/include/cru/ui/helper/ClickDetector.h b/include/cru/ui/helper/ClickDetector.h index 6e30aaf0..1cfb26bc 100644 --- a/include/cru/ui/helper/ClickDetector.h +++ b/include/cru/ui/helper/ClickDetector.h @@ -1,5 +1,7 @@ #pragma once -#include "../controls/Control.h" +#include "../Base.h" + +#include "cru/common/Event.h" namespace cru::ui::helper { class CRU_UI_API ClickEventArgs : Object { -- cgit v1.2.3