From 0f91cb8129a31cc853278c142262daf5f2bba8bb Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Tue, 19 Jan 2021 09:14:08 +0800 Subject: [PATCH] [otns] fix compile issue when log region CORE is enabled (#6083) This commit fixes an compile issue in otns.cpp when log region CORE is enabled. --- src/core/utils/otns.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/utils/otns.cpp b/src/core/utils/otns.cpp index f75b3423b..f90ce1e81 100644 --- a/src/core/utils/otns.cpp +++ b/src/core/utils/otns.cpp @@ -38,6 +38,7 @@ #include "common/debug.hpp" #include "common/locator-getters.hpp" +#include "common/logging.hpp" namespace ot { namespace Utils {