mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01: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;
|
||||
|
||||
#if __has_include(<functional>)
|
||||
#ifdef __linux__
|
||||
#include <functional>
|
||||
typedef std::function<void(GroupObject&)> GroupObjectUpdatedHandler;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user