Add missing standard includes

This commit is contained in:
Reinhold Gschweicher
2021-11-03 23:02:30 +01:00
parent ac7b2da611
commit f2918709d9
7 changed files with 10 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
#pragma once
#include <cstdint>
#include <cstddef>
namespace Pinetime {
class BootloaderVersion {
public: