Accepting request 1070386 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1070386 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hfst-ospell?expand=0&rev=7factory
commit
be34eead79
@ -0,0 +1,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>
|
Loading…
Reference in New Issue