mirror of
https://github.com/thelsing/knx.git
synced 2025-05-16 01:16:18 +02:00
remove __has_include because of build failure
This commit is contained in:
parent
084657cb7a
commit
eacc944e7c
@ -19,7 +19,7 @@ enum ComFlag
|
|||||||
|
|
||||||
class GroupObject;
|
class GroupObject;
|
||||||
|
|
||||||
#if __has_include(<functional>)
|
#ifdef __linux__
|
||||||
#include <functional>
|
#include <functional>
|
||||||
typedef std::function<void(GroupObject&)> GroupObjectUpdatedHandler;
|
typedef std::function<void(GroupObject&)> GroupObjectUpdatedHandler;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user