diff --git a/src/storm-dft/transformations/DftToGspnTransformator.h b/src/storm-dft/transformations/DftToGspnTransformator.h index 7753fb509..0c2d9ce55 100644 --- a/src/storm-dft/transformations/DftToGspnTransformator.h +++ b/src/storm-dft/transformations/DftToGspnTransformator.h @@ -225,6 +225,7 @@ namespace storm { std::map unavailablePlaces; std::map activePlaces; std::map disabledPlaces; + std::map dependencyPropagationPlaces; std::map dontcareTransitions; static constexpr const char *STR_FAILING = "_failing"; // Name standard for transitions that point towards a place, which in turn indicates the failure of a gate.