Skip to content

Commit

Permalink
Merge branch 'fix/issue_1117' into 'release/v1.3'
Browse files Browse the repository at this point in the history
components/esp_matter: [v1.3] Added the missing include in esp_matter_providers.cpp

See merge request app-frameworks/esp-matter!910
  • Loading branch information
dhrishi committed Oct 15, 2024
2 parents b5a2337 + 3fdc141 commit f439ecb
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 f439ecb

Please sign in to comment.