From 62ef2d9c6aec0f9352aad003b7f9ff29e2005033 Mon Sep 17 00:00:00 2001 From: WanqQixiang Date: Mon, 19 Dec 2022 17:42:20 +0800 Subject: [PATCH] esp_matter_console: fix the include path of ESP32Utils.h --- components/esp_matter_console/esp_matter_console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_matter_console/esp_matter_console.cpp b/components/esp_matter_console/esp_matter_console.cpp index ba23f0b9e..232e2e659 100644 --- a/components/esp_matter_console/esp_matter_console.cpp +++ b/components/esp_matter_console/esp_matter_console.cpp @@ -19,7 +19,7 @@ #include #include -#include +#include namespace esp_matter { namespace console {