diff options
Diffstat (limited to 'include/cru/ui/render/render_object.hpp')
-rw-r--r-- | include/cru/ui/render/render_object.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/cru/ui/render/render_object.hpp b/include/cru/ui/render/render_object.hpp index d9851757..8db1a20f 100644 --- a/include/cru/ui/render/render_object.hpp +++ b/include/cru/ui/render/render_object.hpp @@ -2,6 +2,7 @@ #include "../base.hpp" #include "cru/common/event.hpp" +#include "cru/platform/graph/base.hpp" #include <vector> @@ -10,10 +11,6 @@ namespace cru::ui { class Control; } -namespace cru::platform::graph { -struct IPainter; -} - namespace cru::ui::render { struct AfterLayoutEventArgs {}; |