From 70e9a87b92251691884a20778c27d541541ffea0 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 17 Sep 2017 16:39:29 +0000 Subject: [PATCH] rstudio: fix build --- srcpkgs/rstudio/patches/include_iostream.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/rstudio/patches/include_iostream.patch diff --git a/srcpkgs/rstudio/patches/include_iostream.patch b/srcpkgs/rstudio/patches/include_iostream.patch new file mode 100644 index 00000000000..355358d7801 --- /dev/null +++ b/srcpkgs/rstudio/patches/include_iostream.patch @@ -0,0 +1,10 @@ +--- src/cpp/core/Trace.cpp.orig 2017-04-13 16:16:15.000000000 +0000 ++++ src/cpp/core/Trace.cpp 2017-09-17 16:36:36.663370924 +0000 +@@ -16,6 +16,7 @@ + + #include + ++#include + #include + + #include