Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -r666594860f4ea32da9a2bd362d40325b881b11f9 -r66e87ea403ec12a273553284919684282d87bc6a --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 666594860f4ea32da9a2bd362d40325b881b11f9) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 66e87ea403ec12a273553284919684282d87bc6a) @@ -38,6 +38,7 @@ #include "VTreatmentRanges.h" #include "VHDOperationModeData.h" #include "VTreatmentSalineData.h" +#include "VTreatmentHeparinData.h" #include "VHDTreatmentStatesData.h" #include "VDGDrainPumpData.h" @@ -62,6 +63,8 @@ #include "VTreatmentAdjustmentSaline.h" #include "VVitals.h" #include "VAlert.h" +#include "VTreatmentAdjustmentHeparin.h" +#include "VTreatmentAdjustmentPressuresLimits.h" namespace Gui { MainView *_viewer = nullptr;