summarylogtreecommitdiffstats
path: root/0001-fix-Add-missing-string-include.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-fix-Add-missing-string-include.patch')
-rw-r--r--0001-fix-Add-missing-string-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0001-fix-Add-missing-string-include.patch b/0001-fix-Add-missing-string-include.patch
new file mode 100644
index 000000000000..eeb12a564b51
--- /dev/null
+++ b/0001-fix-Add-missing-string-include.patch
@@ -0,0 +1,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>
+