From fd76a96ac0fe94efb595a16a5a581d54c1cce868 Mon Sep 17 00:00:00 2001 From: Ammar Nejati <a.nejati@fz-juelich.de> Date: Wed, 23 Mar 2022 15:12:31 +0100 Subject: [PATCH] RealSpaceMesoCrystalUtils: Include QColor to avoid incomplete type error --- GUI/View/Realspace/RealSpaceBuilderUtils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/View/Realspace/RealSpaceBuilderUtils.h b/GUI/View/Realspace/RealSpaceBuilderUtils.h index c540dae1b2c..832b2d8d5ad 100644 --- a/GUI/View/Realspace/RealSpaceBuilderUtils.h +++ b/GUI/View/Realspace/RealSpaceBuilderUtils.h @@ -18,6 +18,7 @@ #include "Sample/Scattering/Rotations.h" #include <QVector3D> #include <functional> +#include <QColor> #include <memory> #include <utility> -- GitLab