mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 10:52:19 +01:00
[logger] Ensure PRIu32 and friends are available (#8155)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdarg>
|
||||
// for PRIu32 and friends
|
||||
#include <cinttypes>
|
||||
#include <string>
|
||||
|
||||
#ifdef USE_STORE_LOG_STR_IN_FLASH
|
||||
|
Reference in New Issue
Block a user