From 3e2d0cbbafce46325c57c635ef6ac18e2f0302f9 Mon Sep 17 00:00:00 2001 From: Lukas Zeller Date: Tue, 29 Aug 2023 21:03:12 +0200 Subject: [PATCH] [attribute storage] af-types: include configuration - adding dynamicAttributeStorage conditionally based on CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT makes this header dependent on device config, so it must actually include it. --- src/app/util/af-types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/util/af-types.h b/src/app/util/af-types.h index c6942179c90609..e0ff7a1b637598 100644 --- a/src/app/util/af-types.h +++ b/src/app/util/af-types.h @@ -23,6 +23,8 @@ * @{ */ +#include // For CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT + #include // For bool #include // For NULL. #include // For various uint*_t types