Skip to content

Commit

Permalink
Fix MATTER_TRACING_ENABLED checks. (#29219)
Browse files Browse the repository at this point in the history
We were checking MATTTER_TRACING_ENABLED without including the config header
that defines it.

Fixes #29214
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Dec 18, 2023
1 parent d5132cc commit 1087676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tracing/registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/
#pragma once

#include <matter/tracing/build_config.h>
#include <tracing/backend.h>

namespace chip {
Expand Down

0 comments on commit 1087676

Please sign in to comment.