summaryrefslogtreecommitdiff
path: root/sci-libs/libcifpp/files/libcifpp-5.0.8-missing-include.patch
blob: 26735e003f4d9b79b96664cd481a743835b1aeeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 0f03fc31e058da4b66f16a67e7674fba1b85ca80 Mon Sep 17 00:00:00 2001
From: "Maarten L. Hekkelman" <maarten@hekkelman.com>
Date: Wed, 19 Apr 2023 09:22:32 +0200
Subject: [PATCH] added required include

---
 include/cif++/text.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/cif++/text.hpp b/include/cif++/text.hpp
index 9da9ab9..00f33c1 100644
--- a/include/cif++/text.hpp
+++ b/include/cif++/text.hpp
@@ -30,6 +30,7 @@
 
 #include <charconv>
 #include <cmath>
+#include <cstdint>
 #include <limits>
 #include <set>
 #include <sstream>