aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/Button.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/Button.h')
-rw-r--r--include/cru/ui/controls/Button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/Button.h b/include/cru/ui/controls/Button.h
index 6df23c62..717710e8 100644
--- a/include/cru/ui/controls/Button.h
+++ b/include/cru/ui/controls/Button.h
@@ -5,7 +5,7 @@
#include "../render/BorderRenderObject.h"
#include "IBorderControl.h"
#include "IClickableControl.h"
-#include "cru/common/Event.h"
+#include "cru/base/Event.h"
namespace cru::ui::controls {
class CRU_UI_API Button : public SingleChildControl<render::BorderRenderObject>,