Skip to content

Commit

Permalink
Merge branch 'bugfix/add-missing-header' into 'main'
Browse files Browse the repository at this point in the history
fix(esp-matter): Add missing header for esp_matter_providers.cpp

Closes CON-1237

See merge request app-frameworks/esp-matter!801
  • Loading branch information
chshu committed Jul 8, 2024
2 parents ab58e29 + 90e236f commit d3cb43a
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 d3cb43a

Please sign in to comment.