Skip to content

Commit c92b074

Browse files
add CHIPCore.h include
1 parent 9cf8c95 commit c92b074

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/app/tests/TestInteractionModelEngine.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
*
2323
*/
2424

25-
#include <app/AppConfig.h>
25+
// TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed
2626
#include <lib/core/CHIPCore.h>
2727

28+
#include <app/AppConfig.h>
2829
#include <app/InteractionModelEngine.h>
2930
#include <app/reporting/tests/MockReportScheduler.h>
3031
#include <app/tests/AppTestContext.h>

src/app/tests/TestReadInteraction.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
*
2323
*/
2424

25+
// TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed
26+
#include <lib/core/CHIPCore.h>
27+
2528
#include "lib/support/CHIPMem.h"
2629
#include <access/examples/PermissiveAccessControlDelegate.h>
2730
#include <app/AttributeAccessInterface.h>

0 commit comments

Comments
 (0)