aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/events/RoutedEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/events/RoutedEvent.h')
-rw-r--r--include/cru/ui/events/RoutedEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/events/RoutedEvent.h b/include/cru/ui/events/RoutedEvent.h
index 909678f8..a01839a6 100644
--- a/include/cru/ui/events/RoutedEvent.h
+++ b/include/cru/ui/events/RoutedEvent.h
@@ -1,7 +1,7 @@
#pragma once
#include "UiEventArgs.h"
-#include "cru/common/Event.h"
+#include "cru/base/Event.h"
namespace cru::ui::events {
// TEventArgs must not be a reference type. This class help add reference.