From 590c56e238928301056fe97d4fa5e2e85e5722cc Mon Sep 17 00:00:00 2001 From: Yakun Xu Date: Thu, 31 Jul 2025 08:05:58 +0800 Subject: [PATCH] [config] include logging.h (#11766) This commit includes `` because it uses `OT_LOG_LEVEL_CRIT`. --- src/core/config/logging.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/config/logging.h b/src/core/config/logging.h index 95d48265b..8902a901b 100644 --- a/src/core/config/logging.h +++ b/src/core/config/logging.h @@ -34,6 +34,8 @@ #ifndef CONFIG_LOGGING_H_ #define CONFIG_LOGGING_H_ +#include + /** * @addtogroup config-logging *