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

