From 03b3b8ae80559745f98ef94569b421adddeb441f Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Mar 2019 23:46:59 +0800 Subject: *misc --- source/Asura.Editor/widgets/label.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'source/Asura.Editor/widgets/label.h') diff --git a/source/Asura.Editor/widgets/label.h b/source/Asura.Editor/widgets/label.h index 6889818..1d053f8 100644 --- a/source/Asura.Editor/widgets/label.h +++ b/source/Asura.Editor/widgets/label.h @@ -1,15 +1,22 @@ #ifndef __ASURA_EDITOR_LABEL_H__ #define __ASURA_EDITOR_LABEL_H__ +#include +#include + +#include "widget.h" + namespace AsuraEditor { class Label + : public Widget + , public AEScripting::Portable