Skip to content

Commit 51a1b70

Browse files
committed
Add missing includes
1 parent 9e718b0 commit 51a1b70

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

+2
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
@@ -160,3 +161,4 @@ chip::Protocols::InteractionModel::Status chefOperationalStateReadCallback(chip:
160161
uint8_t * buffer, uint16_t maxReadLength);
161162

162163
#endif // MATTER_DM_PLUGIN_OPERATIONAL_STATE_SERVER
164+

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

+2
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
@@ -128,3 +129,4 @@ chip::Protocols::InteractionModel::Status chefRvcOperationalStateReadCallback(ch
128129
const EmberAfAttributeMetadata * attributeMetadata,
129130
uint8_t * buffer, uint16_t maxReadLength);
130131
#endif // MATTER_DM_PLUGIN_RVC_OPERATIONAL_STATE_SERVER
132+

0 commit comments

Comments
 (0)