summaryrefslogtreecommitdiff
path: root/sci-biology/STAR/files/STAR-2.7.10a-missing-include.patch
blob: c056a8aad887769650503a80590ac708ddaa8737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From f5ad94329db4fd81fc6ae30684c298772002e30b Mon Sep 17 00:00:00 2001
From: David Seifert <soap@gentoo.org>
Date: Sat, 7 May 2022 15:06:11 +0200
Subject: [PATCH] Add missing `#include <array>` (GCC 12)

Bug: https://bugs.gentoo.org/840586
---
 source/SoloCommon.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/SoloCommon.h b/source/SoloCommon.h
index 2a1d5fcf..5adc5040 100644
--- a/source/SoloCommon.h
+++ b/source/SoloCommon.h
@@ -1,6 +1,7 @@
 #ifndef H_SoloCommon
 #define H_SoloCommon
 
+#include <array>
 #include <unordered_map>
 
 typedef struct{