1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-31 02:00:55 +00:00

[logger] Ensure PRIu32 and friends are available (#8155)

This commit is contained in:
Clyde Stubbs 2025-01-29 10:58:06 +11:00 committed by GitHub
parent 7dab1a6082
commit 2489f95107
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,8 @@
#include <cassert>
#include <cstdarg>
// for PRIu32 and friends
#include <cinttypes>
#include <string>
#ifdef USE_STORE_LOG_STR_IN_FLASH