File: 0011-Fix-build-with-gcc-11.patch

package info (click to toggle)
libosl 0.8.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,328 kB
  • sloc: cpp: 114,345; ruby: 1,290; ansic: 915; makefile: 431; perl: 309; sh: 35
file content (24 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 6ef7319bed53af0f72e3e7100b35dc2722890627 Mon Sep 17 00:00:00 2001
From: Yann Dirson <ydirson@free.fr>
Date: Wed, 17 Nov 2021 20:28:14 +0100
Subject: [PATCH 11/11] Fix build with gcc-11

---
 full/osl/search/searchTimer.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/full/osl/search/searchTimer.h b/full/osl/search/searchTimer.h
index e0fafd2bc..53fead40b 100644
--- a/full/osl/search/searchTimer.h
+++ b/full/osl/search/searchTimer.h
@@ -6,6 +6,7 @@
 #include "osl/misc/lightMutex.h"
 #include "osl/oslConfig.h"
 #include <limits>
+#include <memory>
 #include <vector>
 
 namespace osl
-- 
2.33.0