Skip to content

Commit

Permalink
Add back missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Nov 19, 2024
1 parent 0470a4d commit 3718f06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/server/Server.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
#include <app/icd/server/ICDCheckInBackOffStrategy.h> // nogncheck
#endif // CHIP_CONFIG_ENABLE_ICD_CIP
#endif // CHIP_CONFIG_ENABLE_ICD_SERVER
//
// TODO: https://github.com/project-chip/connectedhomeip/issues/36472
// this strongly couples Server to Ember and this dependency should
// be removed
#include <app/util/persistence/DefaultAttributePersistenceProvider.h>

namespace chip {

Expand Down

0 comments on commit 3718f06

Please sign in to comment.