Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -rc54863854ab063797737c6b3753e00115c0bbd11 -rc9764bd0ad823c5c1725d7c7f556290c2c459d4d --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision c54863854ab063797737c6b3753e00115c0bbd11) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision c9764bd0ad823c5c1725d7c7f556290c2c459d4d) @@ -129,7 +129,8 @@ // ----- #include "VTreatmentCreate.h" // ----- In-Treatment Adjustments -#include "VTreatmentAdjustmentDuration.h" +#include "VTreatmentAdjustmentDurationEdit.h" +#include "VTreatmentAdjustmentDurationConfirm.h" #include "VTreatmentAdjustmentFlows.h" #include "VTreatmentAdjustmentUltrafiltrationState.h" #include "VTreatmentAdjustmentUltrafiltrationEdit.h" @@ -140,6 +141,13 @@ #include "VTreatmentAdjustmentRinseback.h" #include "VTreatmentAdjustmentRecirculate.h" #include "VTreatmentAdjustmentPressuresLimits.h" +#include "VTreatmentAdjustmentBloodFlowRate.h" +#include "VTreatmentAdjustmentBolusVolume.h" +#include "VTreatmentAdjustmentDialysateFlowRate.h" +#include "VTreatmentAdjustmentDialysateTemperature.h" +#include "VTreatmentAdjustmentDurationConfirm.h" +#include "VTreatmentAdjustmentDurationEdit.h" +#include "VTreatmentAdjustmentSetPoints.h" // ----- Post-Treatment Adjustments #include "VPostTreatmentAdjustPatientDisconnectionConfirm.h" #include "VPostTreatmentAdjustDisposablesRemovalConfirm.h"