Skip to content

Commit d17a2ab

Browse files
Add missing include to the RMP config
1 parent 9189b79 commit d17a2ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/messaging/ReliableMessageProtocolConfig.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
* for the CHIP Reliable Messaging Protocol.
2222
*
2323
*/
24-
2524
#include <messaging/ReliableMessageMgr.h>
2625

26+
#include <app/icd/server/ICDServerConfig.h>
27+
#include <platform/CHIPDeviceConfig.h>
2728
#include <platform/CHIPDeviceLayer.h>
2829
#include <system/SystemClock.h>
2930

30-
#include <platform/CHIPDeviceConfig.h>
31-
3231
#if CHIP_CONFIG_ENABLE_ICD_SERVER
3332
#include <app/icd/server/ICDConfigurationData.h> // nogncheck
3433
#endif

0 commit comments

Comments
 (0)