Skip to content

Commit 0ec44f3

Browse files
committed
Fix missing cstdint include in RTC8563 class
1 parent a83fca7 commit 0ec44f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utility/RTC8563_Class.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
typedef void timezone;
1414
#endif
1515
#include <time.h>
16+
#include <cstdint>
1617

1718
#define BM8563_I2C_ADDR 0x51
1819

0 commit comments

Comments
 (0)