root/root-missing-include-string.patch
Mattias Ellert baedd3ac92 Fixes and workarounds for gcc 10
ExcludeArch for 32 bit ARM because rootcling_stage1 segfaults
2020-02-22 14:31:21 +01:00

11 lines
417 B
Diff

diff -ur root-6.18.04.orig/graf2d/gpadv7/v7/inc/ROOT/RColor.hxx root-6.18.04/graf2d/gpadv7/v7/inc/ROOT/RColor.hxx
--- root-6.18.04.orig/graf2d/gpadv7/v7/inc/ROOT/RColor.hxx 2019-09-11 15:36:49.000000000 +0200
+++ root-6.18.04/graf2d/gpadv7/v7/inc/ROOT/RColor.hxx 2020-01-23 11:27:58.637463837 +0100
@@ -17,6 +17,7 @@
#define ROOT7_RColor
#include <array>
+#include <string>
#include <vector>
namespace ROOT {