From eacc944e7ce397e2ffe0b2a041d8c80ab62e5c86 Mon Sep 17 00:00:00 2001 From: thelsing Date: Wed, 24 Jun 2020 22:14:45 +0200 Subject: [PATCH] remove __has_include because of build failure --- src/knx/group_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/knx/group_object.h b/src/knx/group_object.h index 96499e9..0e71b96 100644 --- a/src/knx/group_object.h +++ b/src/knx/group_object.h @@ -19,7 +19,7 @@ enum ComFlag class GroupObject; -#if __has_include() +#ifdef __linux__ #include typedef std::function GroupObjectUpdatedHandler; #else