git: fea758301151 - main - devel/RStudio: Fix build by adding #include <set>

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 22 Jan 2023 20:45:38 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fea758301151d652ac1dd67485c1c61bf9c31cb2

commit fea758301151d652ac1dd67485c1c61bf9c31cb2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-22 20:44:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-22 20:44:19 +0000

    devel/RStudio: Fix build by adding #include <set>
    
    Reported by:    fallout
---
 .../RStudio/files/patch-src_cpp_core_include_core_Thread.hpp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/devel/RStudio/files/patch-src_cpp_core_include_core_Thread.hpp b/devel/RStudio/files/patch-src_cpp_core_include_core_Thread.hpp
new file mode 100644
index 000000000000..debc7a255c0c
--- /dev/null
+++ b/devel/RStudio/files/patch-src_cpp_core_include_core_Thread.hpp
@@ -0,0 +1,12 @@
+- workaround for https://github.com/rstudio/rstudio/issues/12611
+
+--- src/cpp/core/include/core/Thread.hpp.orig	2023-01-22 20:42:46 UTC
++++ src/cpp/core/include/core/Thread.hpp
+@@ -17,6 +17,7 @@
+ #define CORE_THREAD_HPP
+ 
+ #include <queue>
++#include <set>
+ 
+ #include <boost/utility.hpp>
+ #include <boost/function.hpp>