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 Feb 4, 2022
1 parent b58dc83 commit 9423bb4
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 9423bb4

Please sign in to comment.