void-packages/srcpkgs/endless-sky-gl21/patches/fix-std-string.patch

11 lines
217 B
Diff
Raw Normal View History

2021-01-17 13:32:40 +00:00
--- source/Panel.h 2021-01-17 14:25:52.952063261 +0100
+++ source/Panel.h 2021-01-17 14:29:26.466536974 +0100
@@ -15,6 +15,7 @@
#include "Rectangle.h"
+#include <string>
#include <functional>
#include <list>