Skip to content

Commit 809c5e6

Browse files
authored
Add missing include to functional for chef (project-chip#31404)
1 parent 32401ad commit 809c5e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/chef/common/chef-fan-control-manager.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include <lib/support/CodeUtils.h>
2727
#include <lib/support/logging/CHIPLogging.h>
2828

29+
#include <functional>
30+
2931
using namespace chip;
3032
using namespace chip::app;
3133
using namespace chip::app::Clusters;

0 commit comments

Comments
 (0)