Skip to content

Commit

Permalink
add include
Browse files Browse the repository at this point in the history
  • Loading branch information
sjunges committed Dec 18, 2023
1 parent 54e8132 commit 6e4e0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/simulator.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "simulator.h"
#include <storm/simulator/DiscreteTimeSparseModelSimulator.h>
#include <storm/simulator/PrismProgramSimulator.h>
#include <storm/adapters/JsonAdapter.h>

template <typename ValueType>
using PLSim = storm::simulator::DiscreteTimePrismProgramSimulator<ValueType>;
Expand Down

0 comments on commit 6e4e0fa

Please sign in to comment.