aboutsummaryrefslogtreecommitdiff
path: root/minetest/patch/0001-Fix-build-for-newer-versions-of-GCC-11246.patch
blob: d9c6b5d2aa42fa716a8452613310dd2ada6402c6 (plain)
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 7c2826cbc0f36027d4a9781f433150d1c5d0d03f Mon Sep 17 00:00:00 2001
From: lhofhansl <larsh@apache.org>
Date: Thu, 6 May 2021 10:24:30 -0700
Subject: [PATCH 1/1] Fix build for newer versions of GCC (#11246)

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

diff --git a/src/clientiface.h b/src/clientiface.h
index cc5292b71..dfd976741 100644
--- a/src/clientiface.h
+++ b/src/clientiface.h
@@ -31,6 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <list>
 #include <vector>
 #include <set>
+#include <memory>
 #include <mutex>
 
 class MapBlock;
-- 
2.33.0