Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -rbf9223700613ced6c377f3e3a7b4de8367c30474 -rb12cc2840bb819c5222bfd3bc2cc5ca6eb4c37fd --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision bf9223700613ced6c377f3e3a7b4de8367c30474) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision b12cc2840bb819c5222bfd3bc2cc5ca6eb4c37fd) @@ -23,6 +23,8 @@ #include "GuiView.h" #include "VEventSpy.h" #include "VGeneralEvent.h" +#include "VHeaderbarModel.h" +#include "VWaterSampleModel.h" // POST #include "VHDPOSTData.h" @@ -101,11 +103,13 @@ #include "VTDSwitchesData.h" #include "VTDEjectorData.h" #include "VTDTemperatureData.h" +#include "VTreatmentTrends.h" +#include "VWaterSampleData.h" // DG data #include "VDGDrainPumpData.h" #include "VDDHeatersData.h" #include "VDGLoadCellReadingsData.h" -#include "VDGOperationModeData.h" +#include "VDDOperationModeData.h" #include "VDDPressuresData.h" #include "VDGROPumpData.h" #include "VDGReservoirData.h" @@ -126,6 +130,7 @@ #include "VFPConductivityData.h" #include "VFPTemperatureData.h" #include "VFPBoostPumpData.h" +#include "VFPRORejectionPercentageData.h" // ----- #include "VTreatmentCreate.h" #include "VTreatmentIsolatedUFData.h" @@ -143,6 +148,7 @@ #include "VTreatmentAdjustmentRinseback.h" #include "VTreatmentAdjustmentRecirculate.h" #include "VTreatmentAdjustmentPressuresLimits.h" +#include "VTreatmentAdjustmentPressuresWidening.h" #include "VTreatmentAdjustmentBloodFlowRate.h" #include "VTreatmentAdjustmentBolusVolume.h" #include "VTreatmentAdjustmentDialysateFlowRate.h" @@ -153,6 +159,7 @@ #include "VTreatmentAdjustmentIsolatedUFDurationEdit.h" #include "VTreatmentAdjustmentIsolatedUFVolumeEdit.h" #include "VTreatmentAdjustmentSetPoints.h" +#include "VTreatmentAdjustmentVitalsAlarmLimits.h" // ----- Post-Treatment Adjustments #include "VPostTreatmentAdjustPatientDisconnectionConfirm.h" #include "VPostTreatmentAdjustDisposablesRemovalConfirm.h"