Skip to content
Snippets Groups Projects
Commit 70ed9770 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

fix includes for GCC

parent 6c5a2189
No related branches found
No related tags found
1 merge request!570remove SessionModel/Item from SampleModel and all related items
Pipeline #52806 failed
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "GUI/Model/Types/DoubleProperty.h" #include "GUI/Model/Types/DoubleProperty.h"
#include "Sample/Correlations/FTDecay1D.h" #include "Sample/Correlations/FTDecay1D.h"
#include "Sample/Correlations/FTDecay2D.h" #include "Sample/Correlations/FTDecay2D.h"
#include <memory>
class FTDecayFunction1DItem { class FTDecayFunction1DItem {
public: public:
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "GUI/Model/Types/DoubleProperty.h" #include "GUI/Model/Types/DoubleProperty.h"
#include "Sample/Correlations/FTDistributions1D.h" #include "Sample/Correlations/FTDistributions1D.h"
#include "Sample/Correlations/FTDistributions2D.h" #include "Sample/Correlations/FTDistributions2D.h"
#include <memory>
class FTDistribution1DItem { class FTDistribution1DItem {
private: private:
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include "GUI/Model/Types/DoubleProperty.h" #include "GUI/Model/Types/DoubleProperty.h"
#include "GUI/Model/Types/SelectionProperty.h" #include "GUI/Model/Types/SelectionProperty.h"
#include "GUI/Model/Types/UIntProperty.h" #include "GUI/Model/Types/UIntProperty.h"
#include <memory>
class IInterference; class IInterference;
class Serializer; class Serializer;
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include "GUI/Model/Types/DoubleProperty.h" #include "GUI/Model/Types/DoubleProperty.h"
#include <QVector> #include <QVector>
#include <memory>
class Lattice2D; class Lattice2D;
class DoubleDescriptor; class DoubleDescriptor;
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "GUI/Model/Types/SelectionProperty.h" #include "GUI/Model/Types/SelectionProperty.h"
#include "GUI/Model/Types/VectorProperty.h" #include "GUI/Model/Types/VectorProperty.h"
#include "Sample/Lattice/Lattice3D.h" #include "Sample/Lattice/Lattice3D.h"
#include <memory>
class IBornFF; class IBornFF;
class IParticle; class IParticle;
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include "GUI/Model/Sample/ItemWithParticles.h" #include "GUI/Model/Sample/ItemWithParticles.h"
#include "Sample/Particle/ParticleComposition.h" #include "Sample/Particle/ParticleComposition.h"
#include <memory>
class ParticleCompositionItem : public ItemWithParticles { class ParticleCompositionItem : public ItemWithParticles {
public: public:
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "GUI/Model/Sample/ItemWithMaterial.h" #include "GUI/Model/Sample/ItemWithMaterial.h"
#include "GUI/Model/Sample/ItemWithParticles.h" #include "GUI/Model/Sample/ItemWithParticles.h"
#include "GUI/Model/Types/SelectionProperty.h" #include "GUI/Model/Types/SelectionProperty.h"
#include <memory>
class GroupItem; class GroupItem;
class Particle; class Particle;
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#define BORNAGAIN_GUI_MODEL_SAMPLE_ROTATIONITEMS_H #define BORNAGAIN_GUI_MODEL_SAMPLE_ROTATIONITEMS_H
#include "GUI/Model/Types/DoubleProperty.h" #include "GUI/Model/Types/DoubleProperty.h"
#include <memory>
class IRotation; class IRotation;
class RotMatrix; class RotMatrix;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment