diff options
Diffstat (limited to 'include/cru/ui/components/Component.h')
-rw-r--r-- | include/cru/ui/components/Component.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/components/Component.h b/include/cru/ui/components/Component.h index a2f83149..ae742aae 100644 --- a/include/cru/ui/components/Component.h +++ b/include/cru/ui/components/Component.h @@ -1,7 +1,7 @@ #pragma once #include "../Base.h" #include "../DeleteLater.h" -#include "cru/common/SelfResolvable.h" +#include "cru/base/SelfResolvable.h" namespace cru::ui::components { /** |