summaryrefslogtreecommitdiff
path: root/src/drivers/PinMap.h
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2021-11-03 23:02:30 +0100
committerReinhold Gschweicher <pyro4hell@gmail.com>2021-11-15 22:02:49 +0100
commitf2918709d92dd49e7e1fffe22be04fc2b47f928b (patch)
tree1b95b5150ef23b1ea5a83d3432386f40e1ae8de2 /src/drivers/PinMap.h
parentac7b2da611fa5ef4cc989a9feb027f66c0ebfc6c (diff)
Add missing standard includes
Diffstat (limited to 'src/drivers/PinMap.h')
-rw-r--r--src/drivers/PinMap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/PinMap.h b/src/drivers/PinMap.h
index 57964020..579bf38a 100644
--- a/src/drivers/PinMap.h
+++ b/src/drivers/PinMap.h
@@ -1,4 +1,5 @@
#pragma once
+#include <cstdint>
namespace Pinetime {
namespace PinMap {