mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
rstudio: fix build with gcc 12
This commit is contained in:
parent
60021867f6
commit
5e2d3f4ca1
1 changed files with 10 additions and 0 deletions
10
srcpkgs/rstudio/patches/gcc12.patch
Normal file
10
srcpkgs/rstudio/patches/gcc12.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/src/cpp/session/modules/SessionHistoryArchive.hpp
|
||||
+++ b/src/cpp/session/modules/SessionHistoryArchive.hpp
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
+#include <ctime>
|
||||
|
||||
#include <boost/utility.hpp>
|
||||
|
Loading…
Add table
Reference in a new issue