From e4c9c3e62183732d095ea50acd59a18717ecc873 Mon Sep 17 00:00:00 2001
From: Matthias Puchner <github@mpuchner.de>
Date: Thu, 21 Oct 2021 14:56:29 +0200
Subject: [PATCH] fix includes for GCC/Linux

---
 GUI/Models/MesoCrystalItem.h            | 1 +
 GUI/Views/SampleDesigner/FormLayouter.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/GUI/Models/MesoCrystalItem.h b/GUI/Models/MesoCrystalItem.h
index 76a1aed0f48..7b90761a0f3 100644
--- a/GUI/Models/MesoCrystalItem.h
+++ b/GUI/Models/MesoCrystalItem.h
@@ -18,6 +18,7 @@
 #include "Base/Vector/Vectors3D.h"
 #include "GUI/Models/ItemWithParticles.h"
 #include "GUI/Models/SelectionDescriptor.h"
+#include "GUI/Models/SessionModel.h"
 #include "Sample/Lattice/Lattice3D.h"
 
 class FormFactorItem;
diff --git a/GUI/Views/SampleDesigner/FormLayouter.h b/GUI/Views/SampleDesigner/FormLayouter.h
index 17938f2a85f..207a86ee8b4 100644
--- a/GUI/Views/SampleDesigner/FormLayouter.h
+++ b/GUI/Views/SampleDesigner/FormLayouter.h
@@ -18,6 +18,7 @@
 #include "GUI/Models/DoubleDescriptor.h"
 #include "GUI/Models/SelectionDescriptor.h"
 #include "GUI/Models/Unit.h"
+#include "GUI/Views/SampleDesigner/SelectionContainerForm.h"
 #include <QFormLayout>
 
 class QWidget;
-- 
GitLab