Skip to content

Commit

Permalink
Added missing include (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm authored Nov 22, 2023
2 parents 12d5a78 + 1715fe7 commit 4e8436c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/modelchecking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<typename ValueType>
using CheckTask = storm::modelchecker::CheckTask<storm::logic::Formula, ValueType>;
Expand Down

0 comments on commit 4e8436c

Please sign in to comment.