Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -rb110ee732fe1306669f71d9c17ed4714e1f03ee2 -r54c96a3275592c881e0fcd0cdfba65e8b1a78677 --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision b110ee732fe1306669f71d9c17ed4714e1f03ee2) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 54c96a3275592c881e0fcd0cdfba65e8b1a78677) @@ -57,6 +57,7 @@ #include "VInstitutionalRecord.h" #include "VAdjustmentAdvancedInstitutionalRecord.h" #include "VAdvancedInstitutionalRecord.h" +#include "VCalibrationSettings.h" // states data #include "VTDOpModeData.h" #include "VPreTreatmentStatesData.h" @@ -106,6 +107,7 @@ #include "VTDTemperatureData.h" #include "VTreatmentTrends.h" #include "VWaterSampleData.h" +#include "VTreatmentHDFData.h" // DG data #include "VDGDrainPumpData.h" #include "VDDHeatersData.h" @@ -161,6 +163,9 @@ #include "VTreatmentAdjustmentIsolatedUFVolumeEdit.h" #include "VTreatmentAdjustmentSetPoints.h" #include "VTreatmentAdjustmentVitalsAlarmLimits.h" +#include "VTreatmentAdjustmentAutoSub.h" +#include "VTreatmentAdjustmentHDFState.h" +#include "VTreatmentAdjustmentHDF.h" // ----- Post-Treatment Adjustments #include "VPostTreatmentAdjustPatientDisconnectionConfirm.h" #include "VPostTreatmentAdjustDisposablesRemovalConfirm.h"