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

fix for GCC

parent 2294a9e5
No related branches found
No related tags found
1 merge request!624Remove SessionItem from Instrument items
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
#include "GUI/Model/BaseItem/SessionItem.h" #include "GUI/Model/BaseItem/SessionItem.h"
#include "GUI/Model/Group/SelectionDescriptor.h" #include "GUI/Model/Group/SelectionDescriptor.h"
#include "GUI/Model/Group/SelectionProperty.h" #include "GUI/Model/Group/SelectionProperty.h"
#include "GUI/Model/Item/BeamAngleItems.h"
#include "GUI/Model/Item/BeamWavelengthItem.h"
#include "GUI/Model/Item/SpecularBeamInclinationItem.h" #include "GUI/Model/Item/SpecularBeamInclinationItem.h"
#include <functional> #include <functional>
#include <heinz/Vectors3D.h> #include <heinz/Vectors3D.h>
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include "GUI/Model/Types/AxisProperty.h" #include "GUI/Model/Types/AxisProperty.h"
#include "GUI/Model/Types/VectorProperty.h" #include "GUI/Model/Types/VectorProperty.h"
#include <functional> #include <functional>
#include <memory>
class BackgroundItem; class BackgroundItem;
class DataItem; class DataItem;
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "Base/Axis/FixedBinAxis.h" #include "Base/Axis/FixedBinAxis.h"
#include "GUI/Model/Types/DoubleProperty.h" #include "GUI/Model/Types/DoubleProperty.h"
#include "GUI/Model/Types/UIntProperty.h" #include "GUI/Model/Types/UIntProperty.h"
#include <memory>
class Serializer; class Serializer;
......
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