diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-11-03 22:02:30 (GMT) |
|---|---|---|
| committer | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-11-15 21:02:49 (GMT) |
| commit | f2918709d92dd49e7e1fffe22be04fc2b47f928b (patch) | |
| tree | 1b95b5150ef23b1ea5a83d3432386f40e1ae8de2 /src/drivers/PinMap.h | |
| parent | ac7b2da611fa5ef4cc989a9feb027f66c0ebfc6c (diff) | |
Add missing standard includes
Diffstat (limited to 'src/drivers/PinMap.h')
| -rw-r--r-- | src/drivers/PinMap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/PinMap.h b/src/drivers/PinMap.h index 5796402..579bf38 100644 --- a/src/drivers/PinMap.h +++ b/src/drivers/PinMap.h @@ -1,4 +1,5 @@ #pragma once +#include <cstdint> namespace Pinetime { namespace PinMap { |
