summarylogtreecommitdiffstats
path: root/0001-fix-Add-missing-string-include.patch
blob: eeb12a564b515aa2ec4d4142fcba2606f9bf7d5e (plain)
1
2
3
4
5
6
7
8
9
10
--- 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>