Skip to content

Commit 569cb2a

Browse files
Fix MATTER_TRACING_ENABLED checks.
We were checking MATTTER_TRACING_ENABLED without including the config header that defines it. Fixes project-chip#29214
1 parent b02c984 commit 569cb2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tracing/registry.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717
#pragma once
1818

19+
#include <matter/tracing/build_config.h>
1920
#include <tracing/backend.h>
2021

2122
namespace chip {

0 commit comments

Comments
 (0)