summarylogtreecommitdiffstats
path: root/0002-Include-typedef-for-uint64_t-fixes-compilation.patch
blob: 32fa514ca44cc4ff44a54befe1c123784b9729e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 6facb897036eb2fe4dd5b066b51f3120e52f7e03 Mon Sep 17 00:00:00 2001
From: Jane Rachinger <jane400@bingo-ev.de>
Date: Tue, 13 Jun 2023 22:13:58 +0200
Subject: [PATCH 2/3] Include typedef for uint64_t, fixes compilation

---
 src/alarm.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/alarm.h b/src/alarm.h
index ad32676..c7107e2 100644
--- a/src/alarm.h
+++ b/src/alarm.h
@@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define ALARM_H
 
 #include <string>
+#include <cstdint>
 
 class Alarm
 {
-- 
2.41.0