diff --git a/GUI/Model/FromCore/ItemizeSample.cpp b/GUI/Model/FromCore/ItemizeSample.cpp index ae5d1ce37be6a91368062b4e618d9558fcc04fa0..40398b5ed7deb32c2e0f4ac9c0b7bed0f64fce26 100644 --- a/GUI/Model/FromCore/ItemizeSample.cpp +++ b/GUI/Model/FromCore/ItemizeSample.cpp @@ -21,6 +21,7 @@ #include "GUI/Model/Sample/MesocrystalItem.h" #include "GUI/Model/Sample/ParticleItem.h" #include "GUI/Model/Sample/ParticleLayoutItem.h" +#include "GUI/Model/Sample/RoughnessItems.h" #include "GUI/Model/Sample/SampleItem.h" #include "Param/Node/NodeUtil.h" #include "Sample/Aggregate/Interferences.h" diff --git a/GUI/Model/Job/ParameterTreeBuilder.cpp b/GUI/Model/Job/ParameterTreeBuilder.cpp index d5bfdd8db9cfc528cf0f412f55f8751b0d5c72e0..96c223fd86722ee38fbd68fcf6c6ece192744d04 100644 --- a/GUI/Model/Job/ParameterTreeBuilder.cpp +++ b/GUI/Model/Job/ParameterTreeBuilder.cpp @@ -28,6 +28,7 @@ #include "GUI/Model/Sample/MesocrystalItem.h" #include "GUI/Model/Sample/ParticleItem.h" #include "GUI/Model/Sample/ParticleLayoutItem.h" +#include "GUI/Model/Sample/RoughnessItems.h" #include "GUI/Model/Sample/SampleItem.h" #include "GUI/Model/Sim/BackgroundItems.h" #include "GUI/Model/Sim/InstrumentItems.h" diff --git a/GUI/Model/Sample/LayerItem.cpp b/GUI/Model/Sample/LayerItem.cpp index 540a95e53dc2779e5fe80a7a2edb265af0cd2ee9..e9391fcd706794faa8c74d762c9bbe56000e3c77 100644 --- a/GUI/Model/Sample/LayerItem.cpp +++ b/GUI/Model/Sample/LayerItem.cpp @@ -20,6 +20,7 @@ #include "GUI/Model/Sample/MesocrystalItem.h" #include "GUI/Model/Sample/ParticleItem.h" #include "GUI/Model/Sample/ParticleLayoutItem.h" +#include "GUI/Model/Sample/RoughnessItems.h" #include "GUI/Model/Sample/SampleItem.h" #include "GUI/Model/Util/UtilXML.h" diff --git a/GUI/Model/Sample/LayerItem.h b/GUI/Model/Sample/LayerItem.h index 580eaf3477ade75a5c03ece0024fc5135e1d68cc..771b868f035fc80fd1e8e47f6f21f51e36ac5774 100644 --- a/GUI/Model/Sample/LayerItem.h +++ b/GUI/Model/Sample/LayerItem.h @@ -16,11 +16,11 @@ #define BORNAGAIN_GUI_MODEL_SAMPLE_LAYERITEM_H #include "Base/Type/OwningVector.h" +#include "GUI/Model/Descriptor/DoubleProperty.h" #include "GUI/Model/Descriptor/PolyItem.h" #include "GUI/Model/Sample/Item3D.h" #include "GUI/Model/Sample/ItemWithMaterial.h" #include "GUI/Model/Sample/RoughnessCatalog.h" -#include "GUI/Model/Sample/RoughnessItems.h" #include <QColor> class ItemWithParticles; diff --git a/GUI/View/Sample/LayerForm.cpp b/GUI/View/Sample/LayerForm.cpp index 67dc8971a3a2e32b61c9390e20352f22c498c14a..b2dea277c3633f85f34f45f85227859effd26dbb 100644 --- a/GUI/View/Sample/LayerForm.cpp +++ b/GUI/View/Sample/LayerForm.cpp @@ -18,6 +18,7 @@ #include "GUI/Model/Material/MaterialItem.h" #include "GUI/Model/Material/MaterialsSet.h" #include "GUI/Model/Sample/LayerItem.h" +#include "GUI/Model/Sample/RoughnessItems.h" #include "GUI/Model/Sample/SampleItem.h" #include "GUI/Model/Type/PredefinedColors.h" #include "GUI/View/Base/ActionFactory.h"