From c3dbe66e02cb1eae9e24391e4bbee0639bff5251 Mon Sep 17 00:00:00 2001 From: Patryk Osmaczko Date: Mon, 5 Dec 2022 12:52:54 +0100 Subject: [PATCH] fix(storybook): add missing include - fixes build on linux --- storybook/figmadecoratormodel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/storybook/figmadecoratormodel.h b/storybook/figmadecoratormodel.h index c5d8ce1657..eab7d09f08 100644 --- a/storybook/figmadecoratormodel.h +++ b/storybook/figmadecoratormodel.h @@ -1,6 +1,7 @@ #pragma once #include +#include class FigmaLinks; class FigmaLinksModel;