Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -r88563177f10f20ced98750b2e40036201728131d -r506a9e3db1a20bda1685e38c5e9041005c9a4a4f --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 88563177f10f20ced98750b2e40036201728131d) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 506a9e3db1a20bda1685e38c5e9041005c9a4a4f) @@ -24,10 +24,12 @@ // Project #include "VView.h" - +// Settings #include "VSettings.h" #include "VAlarmStatus.h" #include "VPowerOff.h" +#include "VAdjustmentVersions.h" +#include "VDateTime.h" // states data #include "VHDOperationModeData.h" #include "VPreTreatmentStatesData.h" @@ -90,8 +92,8 @@ #include "VPostTreatmentAdjustTreatmentLog.h" // ----- #include "VTreatmentAdjustmentEnd.h" -#include "VTreatmentAdjustmentVersions.h" + namespace Gui { MainView *_viewer = nullptr;