rstudio: fix build with gcc 12
This commit is contained in:
parent
60021867f6
commit
5e2d3f4ca1
|
@ -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…
Reference in New Issue