Skip to content

Commit

Permalink
components/esp_matter: Fixed the missing include in esp_matter_provid…
Browse files Browse the repository at this point in the history
…ers.cpp

Fixes #1117.
  • Loading branch information
shripad621git committed Oct 14, 2024
1 parent b5a2337 commit 3fdc141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_matter/esp_matter_providers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3fdc141

Please sign in to comment.