Browse Source

Fixed missing include for gcc

Former-commit-id: 3cf040d87c
tempestpy_adaptions
Mavo 9 years ago
parent
commit
99c87182e4
  1. 3
      src/solver/AbstractEquationSolver.h

3
src/solver/AbstractEquationSolver.h

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