diff --git a/src/core/modelchecking.cpp b/src/core/modelchecking.cpp index 03d740623..6b31567f6 100644 --- a/src/core/modelchecking.cpp +++ b/src/core/modelchecking.cpp @@ -6,6 +6,7 @@ #include "storm/modelchecker/csl/helper/SparseCtmcCslHelper.h" #include "storm/modelchecker/multiobjective/multiObjectiveModelChecking.h" #include "storm/environment/Environment.h" +#include "storm/utility/graph.h" template using CheckTask = storm::modelchecker::CheckTask;