From c4f2ceb1cac6e747719b900c41339e05026b6b2e Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Fri, 20 May 2022 11:38:52 +0200 Subject: [PATCH] sculpt: add missing include --- repos/gems/src/app/sculpt_manager/model/component.h | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/gems/src/app/sculpt_manager/model/component.h b/repos/gems/src/app/sculpt_manager/model/component.h index 7dc1fcb9b4..1010df658e 100644 --- a/repos/gems/src/app/sculpt_manager/model/component.h +++ b/repos/gems/src/app/sculpt_manager/model/component.h @@ -16,6 +16,7 @@ #include #include +#include namespace Sculpt { struct Component; }