From 15f57546b8ca5aaaed5ef9dea005d560b5d01470 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Mon, 19 Nov 2018 09:37:59 +0100 Subject: [PATCH] [propertysystem] include propertysystemmacros.hh again Prevent user code from breaking. Inclusion will be removed after proper deprecation. --- dumux/common/properties.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dumux/common/properties.hh b/dumux/common/properties.hh index deb4b7904b..ff39703da0 100644 --- a/dumux/common/properties.hh +++ b/dumux/common/properties.hh @@ -29,6 +29,7 @@ #ifndef DUMUX_PROPERTY_SYSTEM_HH #include <dumux/common/properties/propertysystem.hh> +#include <dumux/common/properties/propertysystemmacros.hh> #endif namespace Dumux { -- GitLab