File tree 5 files changed +9
-0
lines changed
5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 21
21
22
22
#include <app/util/af-types.h>
23
23
#include <app/util/endpoint-config-api.h>
24
+ #include <lib/core/DataModelTypes.h>
24
25
25
26
void emberAfInit ();
26
27
Original file line number Diff line number Diff line change 17
17
18
18
#pragma once
19
19
20
+ #include < lib/core/CHIPError.h>
21
+ #include < lib/support/DLLUtil.h>
22
+
20
23
namespace chip {
21
24
namespace Dnssd {
22
25
Original file line number Diff line number Diff line change 22
22
23
23
#pragma once
24
24
25
+ #include < stddef.h>
26
+
25
27
namespace chip {
26
28
27
29
/* *
Original file line number Diff line number Diff line change 18
18
19
19
#pragma once
20
20
21
+ #include < stdint.h>
22
+
21
23
namespace chip {
22
24
namespace bdx {
23
25
namespace DiagnosticLogs {
Original file line number Diff line number Diff line change 19
19
#include < lib/support/Span.h>
20
20
#include < transport/Session.h>
21
21
#include < transport/raw/MessageHeader.h>
22
+ #include < transport/raw/PeerAddress.h>
22
23
23
24
namespace chip {
24
25
namespace Tracing {
You can’t perform that action at this time.
0 commit comments