summaryrefslogtreecommitdiff
path: root/x11-misc/projecteur/files/projecteur-0.9.2-gcc12.patch
blob: 7c7ff0f4105b7389d8af5945862dee341fb40360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 2e989dabcf853da5ab82ab67e3eca8619cb6669a Mon Sep 17 00:00:00 2001
From: Jahn F <jahnf@users.noreply.github.com>
Date: Tue, 3 May 2022 09:02:05 +0200
Subject: [PATCH] Add missing <array> include

---
 src/device.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/device.h b/src/device.h
index 1c51585..1ce24fe 100644
--- a/src/device.h
+++ b/src/device.h
@@ -7,6 +7,7 @@
 
 #include "devicescan.h"
 
+#include <array>
 #include <memory>
 #include <vector>