Skip to content

Commit

Permalink
Add missing include to the RMP config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Mar 1, 2024
1 parent 9189b79 commit d17a2ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/messaging/ReliableMessageProtocolConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@
* for the CHIP Reliable Messaging Protocol.
*
*/

#include <messaging/ReliableMessageMgr.h>

#include <app/icd/server/ICDServerConfig.h>
#include <platform/CHIPDeviceConfig.h>
#include <platform/CHIPDeviceLayer.h>
#include <system/SystemClock.h>

#include <platform/CHIPDeviceConfig.h>

#if CHIP_CONFIG_ENABLE_ICD_SERVER
#include <app/icd/server/ICDConfigurationData.h> // nogncheck
#endif
Expand Down

0 comments on commit d17a2ab

Please sign in to comment.