From 22134588d2b2820b4ce6793ec917cf0358331645 Mon Sep 17 00:00:00 2001 From: Rohit Jadhav <69809379+jadhavrohit924@users.noreply.github.com> Date: Wed, 5 Jul 2023 19:40:13 +0530 Subject: [PATCH] [ESP32] Fix include file path (#27627) --- .../esp32/mode-support/static-supported-modes-manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platform/esp32/mode-support/static-supported-modes-manager.h b/examples/platform/esp32/mode-support/static-supported-modes-manager.h index 985fb805cf682f..cdd79688c5212c 100644 --- a/examples/platform/esp32/mode-support/static-supported-modes-manager.h +++ b/examples/platform/esp32/mode-support/static-supported-modes-manager.h @@ -19,7 +19,7 @@ #pragma once #include -#include +#include namespace chip { namespace app {