Skip to content

Commit f1da180

Browse files
add include after ChipCore
1 parent c92b074 commit f1da180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/tests/TestReadInteraction.cpp

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

25-
// TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed
25+
// TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed (next two includes)
26+
#include <app/reporting/ReportScheduler.h>
2627
#include <lib/core/CHIPCore.h>
2728

2829
#include "lib/support/CHIPMem.h"
@@ -1372,8 +1373,7 @@ void TestReadInteraction::TestSetDirtyBetweenChunks(nlTestSuite * apSuite, void
13721373
public:
13731374
DirtyingMockDelegate(AttributePathParams (&aReadPaths)[2], int & aNumAttributeResponsesWhenSetDirty,
13741375
int & aNumArrayItemsWhenSetDirty) :
1375-
mReadPaths(aReadPaths),
1376-
mNumAttributeResponsesWhenSetDirty(aNumAttributeResponsesWhenSetDirty),
1376+
mReadPaths(aReadPaths), mNumAttributeResponsesWhenSetDirty(aNumAttributeResponsesWhenSetDirty),
13771377
mNumArrayItemsWhenSetDirty(aNumArrayItemsWhenSetDirty)
13781378
{}
13791379

0 commit comments

Comments
 (0)