From 31466a65ba787902a7633c67956f3b5e4a9d5d7d Mon Sep 17 00:00:00 2001 From: joshua Date: Wed, 27 Jul 2022 14:15:32 +0200 Subject: [PATCH] Fix fail to build from sources Fix ftbfs for : ubuntu 18.04 bionic beaver ubuntu 20.04 focal fossa debian 11 bullseye --- sources/editor/UndoCommand/addpartcommand.h | 1 + sources/editor/UndoCommand/deletepartscommand.h | 1 + 2 files changed, 2 insertions(+) diff --git a/sources/editor/UndoCommand/addpartcommand.h b/sources/editor/UndoCommand/addpartcommand.h index 11914c365..dc4db03e3 100644 --- a/sources/editor/UndoCommand/addpartcommand.h +++ b/sources/editor/UndoCommand/addpartcommand.h @@ -20,6 +20,7 @@ #include #include +#include class ElementScene; class QGraphicsItem; diff --git a/sources/editor/UndoCommand/deletepartscommand.h b/sources/editor/UndoCommand/deletepartscommand.h index dde5c45c5..946412ff4 100644 --- a/sources/editor/UndoCommand/deletepartscommand.h +++ b/sources/editor/UndoCommand/deletepartscommand.h @@ -20,6 +20,7 @@ #include #include +#include class ElementScene; class QGraphicsItem;