From ca6b3b8ce2eb8e52661d9fb19ec9be0891a4a46c Mon Sep 17 00:00:00 2001 From: hannah Date: Wed, 23 Jun 2021 08:44:19 +0200 Subject: [PATCH] missing include --- src/storm/automata/LTL2DeterministicAutomaton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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