File: 0001-fix-Add-missing-string-include.patch

package info (click to toggle)
endless-sky 0.9.8-1.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 84,668 kB
  • sloc: cpp: 36,847; xml: 35; makefile: 14
file content (28 lines) | stat: -rw-r--r-- 713 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
25
26
27
28
From bc3cab5992694547f9c6c067b5579ef06224781b Mon Sep 17 00:00:00 2001
From: tehhowch <tehhowch@users.noreply.github.com>
Date: Sat, 16 May 2020 11:17:25 -0500
Subject: [PATCH] fix: Add missing string include.

closes endless-sky#5075
---

upstream link: https://github.com/endless-sky/endless-sky/commit/bc3cab5992694547f9c6c067b5579ef06224781b

 source/Panel.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/Panel.h b/source/Panel.h
index 1dc27765..dd0e828d 100644
--- a/source/Panel.h
+++ b/source/Panel.h
@@ -17,6 +17,7 @@ PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 
 #include <functional>
 #include <list>
+#include <string>
 
 #include <SDL2/SDL.h>
 
-- 
2.20.1