diff --git a/src/storm/automata/LTL2DeterministicAutomaton.cpp b/src/storm/automata/LTL2DeterministicAutomaton.cpp index bef88aaaf..e2ff2863e 100644 --- a/src/storm/automata/LTL2DeterministicAutomaton.cpp +++ b/src/storm/automata/LTL2DeterministicAutomaton.cpp @@ -4,7 +4,7 @@ #include "storm/logic/Formula.h" #include "storm/utility/macros.h" #include "storm/exceptions/ExpressionEvaluationException.h" -#include "storm/exceptions/WrongFormatException.h" +#include "storm/exceptions/NotSupportedException.h" #include "storm/exceptions/FileIoException.h" #include