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/Version.h.in | |
| parent | ac7b2da611fa5ef4cc989a9feb027f66c0ebfc6c (diff) | |
Add missing standard includes
Diffstat (limited to 'src/Version.h.in')
| -rw-r--r-- | src/Version.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Version.h.in b/src/Version.h.in index 8cd39c9..0d6219c 100644 --- a/src/Version.h.in +++ b/src/Version.h.in @@ -2,6 +2,8 @@ @VERSION_EDIT_WARNING@ +#include <cstdint> + namespace Pinetime { class Version { public: |
