Browse Source

Merge branch 'monolithic-dft' of https://sselab.de/lab9/private/git/storm into monolithic-dft

Former-commit-id: 58ca39262c
tempestpy_adaptions
Mavo 9 years ago
parent
commit
00dda74ba8
  1. 3
      src/solver/AbstractEquationSolver.h

3
src/solver/AbstractEquationSolver.h

@ -2,6 +2,7 @@
#define STORM_SOLVER_ABSTRACTEQUATIONSOLVER_H_ #define STORM_SOLVER_ABSTRACTEQUATIONSOLVER_H_
#include "src/solver/TerminationCondition.h" #include "src/solver/TerminationCondition.h"
#include <memory>
namespace storm { namespace storm {
namespace solver { namespace solver {
@ -50,4 +51,4 @@ namespace storm {
} }
} }
#endif /* STORM_SOLVER_ABSTRACTEQUATIONSOLVER_H_ */
#endif /* STORM_SOLVER_ABSTRACTEQUATIONSOLVER_H_ */
Loading…
Cancel
Save