summaryrefslogtreecommitdiff
path: root/dev-util/hfstospell/files/hfstospell-0.5.3-gcc-13-fix.patch
blob: d5dc32d57a7e6cc25883a4f40902e8397419c7a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 7481bffbf622bc9aee3547183fbe8db9cf8b22ce Mon Sep 17 00:00:00 2001
From: Tino Didriksen <mail@tinodidriksen.com>
Date: Sun, 3 Jul 2022 23:16:52 +0200
Subject: [PATCH] Include cstdint (fixes #57)

---
 hfst-ol.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hfst-ol.h b/hfst-ol.h
index 0a83ec5..ee59b14 100644
--- a/hfst-ol.h
+++ b/hfst-ol.h
@@ -28,6 +28,7 @@
 #include <climits>
 #include <cstdio>
 #include <cstdlib>
+#include <cstdint>
 #include <iostream>
 #include <cstring>
 #include <set>