Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -rf688ed9f1c64a2603a6d10fbb090b257a43e1f6f -r88563177f10f20ced98750b2e40036201728131d --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision f688ed9f1c64a2603a6d10fbb090b257a43e1f6f) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 88563177f10f20ced98750b2e40036201728131d) @@ -32,6 +32,7 @@ #include "VHDOperationModeData.h" #include "VPreTreatmentStatesData.h" #include "VHDTreatmentStatesData.h" +#include "VPostTreatmentStatesData.h" // Pre-treatment #include "VPreTreatmentAdjustmentInitTreatment.h" #include "VDGFilterFlushData.h" @@ -83,6 +84,10 @@ #include "VTreatmentAdjustmentRinseback.h" #include "VTreatmentAdjustmentRecirculate.h" #include "VTreatmentAdjustmentPressuresLimits.h" +// ----- Post-Treatment Adjustments +#include "VPostTreatmentAdjustPatientDisconnectionConfirm.h" +#include "VPostTreatmentAdjustDisposablesRemovalConfirm.h" +#include "VPostTreatmentAdjustTreatmentLog.h" // ----- #include "VTreatmentAdjustmentEnd.h" #include "VTreatmentAdjustmentVersions.h"