Skip to content

Commit 88ce306

Browse files
sxb427restyled-commits
authored andcommitted
Chef - fix missing includes (project-chip#37715)
* Add missing includes * Restyled by whitespace --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 3c704d3 commit 88ce306

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/chef/common/chef-operational-state-delegate-impl.h

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <app-common/zap-generated/cluster-objects.h>
2222
#include <app/clusters/operational-state-server/operational-state-server.h>
2323

24+
#include <app/util/attribute-metadata.h>
2425
#include <protocols/interaction_model/StatusCode.h>
2526

2627
#ifdef MATTER_DM_PLUGIN_OPERATIONAL_STATE_SERVER

examples/chef/common/chef-rvc-operational-state-delegate.h

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <app-common/zap-generated/cluster-objects.h>
2222
#include <app/clusters/operational-state-server/operational-state-server.h>
2323

24+
#include <app/util/attribute-metadata.h>
2425
#include <protocols/interaction_model/StatusCode.h>
2526

2627
#ifdef MATTER_DM_PLUGIN_RVC_OPERATIONAL_STATE_SERVER

0 commit comments

Comments
 (0)