Skip to content

Commit

Permalink
Missing include in the configuration manager. (#14789)
Browse files Browse the repository at this point in the history
Some of the defines come from that header.
  • Loading branch information
cecille authored and pull[bot] committed Nov 3, 2023
1 parent 7afaa10 commit 1076527
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#pragma once

#include <lib/support/BitFlags.h>
#include <platform/CHIPDeviceConfig.h>
#include <platform/ConfigurationManager.h>

#if CHIP_ENABLE_ROTATING_DEVICE_ID
Expand Down

0 comments on commit 1076527

Please sign in to comment.