We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf8c95 commit c92b074Copy full SHA for c92b074
src/app/tests/TestInteractionModelEngine.cpp
@@ -22,9 +22,10 @@
22
*
23
*/
24
25
-#include <app/AppConfig.h>
+// TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed
26
#include <lib/core/CHIPCore.h>
27
28
+#include <app/AppConfig.h>
29
#include <app/InteractionModelEngine.h>
30
#include <app/reporting/tests/MockReportScheduler.h>
31
#include <app/tests/AppTestContext.h>
src/app/tests/TestReadInteraction.cpp
@@ -22,6 +22,9 @@
+#include <lib/core/CHIPCore.h>
+
#include "lib/support/CHIPMem.h"
#include <access/examples/PermissiveAccessControlDelegate.h>
#include <app/AttributeAccessInterface.h>
0 commit comments