Browse Source

Added missing include

refactoring
Matthias Volk 7 years ago
parent
commit
78a56cf732
  1. 1
      src/core/modelchecking.cpp

1
src/core/modelchecking.cpp

@ -1,5 +1,6 @@
#include "modelchecking.h"
#include "result.h"
#include "storm/models/symbolic/StandardRewardModel.h"
template<typename ValueType>
using CheckTask = storm::modelchecker::CheckTask<storm::logic::Formula, ValueType>;

Loading…
Cancel
Save