From 535d70f42789b2f1f22f6e8eba8cd7d260e41d35 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Fri, 9 Jun 2017 15:32:50 +0200 Subject: [PATCH] Added missing include --- src/storm/api/properties.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storm/api/properties.h b/src/storm/api/properties.h index bcc1a8882..c52073105 100644 --- a/src/storm/api/properties.h +++ b/src/storm/api/properties.h @@ -4,6 +4,7 @@ #include #include #include +#include #include namespace storm {