Skip to content

Commit

Permalink
Fix MATTER_TRACING_ENABLED checks.
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 project-chip#29214
  • Loading branch information
bzbarsky-apple committed Sep 13, 2023
1 parent b02c984 commit 569cb2a
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 569cb2a

Please sign in to comment.