From 5e2d3f4ca1bac21d6f49c748d4ea7f4150a1405e Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 17 Nov 2022 19:28:58 +0100 Subject: [PATCH] rstudio: fix build with gcc 12 --- srcpkgs/rstudio/patches/gcc12.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/rstudio/patches/gcc12.patch diff --git a/srcpkgs/rstudio/patches/gcc12.patch b/srcpkgs/rstudio/patches/gcc12.patch new file mode 100644 index 00000000000..3a554b0c90e --- /dev/null +++ b/srcpkgs/rstudio/patches/gcc12.patch @@ -0,0 +1,10 @@ +--- a/src/cpp/session/modules/SessionHistoryArchive.hpp ++++ b/src/cpp/session/modules/SessionHistoryArchive.hpp +@@ -18,6 +18,7 @@ + + #include + #include ++#include + + #include +