summaryrefslogtreecommitdiff
path: root/dev-libs/libixion/files/libixion-0.19.0-gcc15-cstdint.patch
blob: 2991d7fdbb68d508ed2563b69c22f69a6bc3e46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
https://bugs.gentoo.org/937388
https://gitlab.com/ixion/ixion/-/issues/63
https://gitlab.com/ixion/ixion/-/merge_requests/70

From cb662d675aaa419972d39c5606713919e3e1d6f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?=
 <kacper.slominski72@gmail.com>
Date: Wed, 14 Aug 2024 03:41:24 +0200
Subject: [PATCH] Add a missing <cstdint> include

--- a/include/ixion/compute_engine.hpp
+++ b/include/ixion/compute_engine.hpp
@@ -13,6 +13,7 @@
 
 #include <memory>
 #include <string>
+#include <cstdint>
 
 namespace ixion { namespace draft {
 
-- 
GitLab