From 092b63f4912f79c91642056a477610389a541ee0 Mon Sep 17 00:00:00 2001 From: sU8U7SfkcwTJVH7PjaVmej7D <62424391+sU8U7SfkcwTJVH7PjaVmej7D@users.noreply.github.com> Date: Mon, 7 Sep 2020 12:00:00 +0200 Subject: [PATCH] bootloader_support: Add missing inttypes include in esp_app_format.h Signed-off-by: KonstantinKondrashov Closes: https://github.com/espressif/esp-idf/pull/5837 --- components/bootloader_support/include/esp_app_format.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/bootloader_support/include/esp_app_format.h b/components/bootloader_support/include/esp_app_format.h index a67c38ee0f..33b92cc9cc 100644 --- a/components/bootloader_support/include/esp_app_format.h +++ b/components/bootloader_support/include/esp_app_format.h @@ -13,6 +13,8 @@ // limitations under the License. #pragma once +#include + /** * @brief ESP chip ID *