From e7eb80184e4481baf8294d870d2ded604601247d Mon Sep 17 00:00:00 2001 From: TimQu Date: Thu, 2 Aug 2018 16:14:43 +0200 Subject: [PATCH] fixed wrong include.. --- src/storm-gspn-cli/storm-gspn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storm-gspn-cli/storm-gspn.cpp b/src/storm-gspn-cli/storm-gspn.cpp index 4db249042..cb12de228 100644 --- a/src/storm-gspn-cli/storm-gspn.cpp +++ b/src/storm-gspn-cli/storm-gspn.cpp @@ -35,7 +35,7 @@ #include "storm-gspn/settings/modules/GSPNExportSettings.h" #include "storm/settings/modules/CoreSettings.h" #include "storm/settings/modules/DebugSettings.h" -#include "storm/settings/modules/JaniExportSettings.h" +#include "storm-conv/settings/modules/JaniExportSettings.h" #include "storm/settings/modules/ResourceSettings.h"