diff options
Diffstat (limited to 'include/cru/ui/controls/Button.h')
-rw-r--r-- | include/cru/ui/controls/Button.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/cru/ui/controls/Button.h b/include/cru/ui/controls/Button.h index ab1ef8eb..00253793 100644 --- a/include/cru/ui/controls/Button.h +++ b/include/cru/ui/controls/Button.h @@ -5,12 +5,13 @@ #include "IBorderControl.h" #include "IClickableControl.h" #include "cru/common/Event.h" +#include "cru/ui/render/BorderRenderObject.h" #include "cru/ui/style/ApplyBorderStyleInfo.h" namespace cru::ui::controls { class CRU_UI_API Button : public ContentControl, - public virtual IClickableControl, - public virtual IBorderControl { + public virtual IClickableControl, + public virtual IBorderControl { public: static constexpr StringView control_type = u"Button"; |