Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/LovyanGFX/src/lgfx/v1/panel/Panel_M5HDMI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Original Source:
[mongonta0716](https://github.com/mongonta0716)
[tobozo](https://github.com/tobozo)
/----------------------------------------------------------------------------*/
#include <cstdint>
#if defined (ESP_PLATFORM)
#include <sdkconfig.h>

Expand Down
1 change: 1 addition & 0 deletions components/LovyanGFX/src/lgfx/v1/panel/Panel_M5HDMI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Original Source:
/----------------------------------------------------------------------------*/
#pragma once

#include <cstdint>
#include "Panel_Device.hpp"
#include "../platforms/common.hpp"
#include "../platforms/device.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Original Source:
[mongonta0716](https://github.com/mongonta0716)
[tobozo](https://github.com/tobozo)
/----------------------------------------------------------------------------*/
#include <cstdint>
#if defined (ESP_PLATFORM)
#include <sdkconfig.h>

Expand Down
1 change: 1 addition & 0 deletions main/hal/rtc/hal_rtc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*
*/
#pragma once
#include <cstdint>
#include <driver/i2c.h>
#include <esp_log.h>
#include <ctime>
Expand Down