fix(esp-matter): Add missing header for esp_matter_providers.cpp

Fix CON-1237
This commit is contained in:
WanqQixiang
2024-07-08 14:56:18 +08:00
parent ab58e2993d
commit 90e236f32a
@@ -13,6 +13,7 @@
// limitations under the License.
#include <credentials/examples/DeviceAttestationCredsExample.h>
#include <esp_log.h>
#include <esp_matter_providers.h>
#include <platform/ESP32/ESP32DeviceInfoProvider.h>
#include <platform/ESP32/ESP32FactoryDataProvider.h>