31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
--- rstudio-1.3.1056-orig/src/cpp/core/file_lock/FileLock.cpp 2020-07-08 08:25:03.000000000 +1000
|
|
+++ rstudio-1.3.1056/src/cpp/core/file_lock/FileLock.cpp 2020-07-17 18:01:57.016882590 +1000
|
|
@@ -26,6 +26,7 @@
|
|
#include <core/system/Environment.hpp>
|
|
|
|
#include <boost/algorithm/string.hpp>
|
|
+#include <boost/bind.hpp>
|
|
|
|
// borrowed from SessionConstants.hpp
|
|
#define kRStudioSessionRoute "RSTUDIO_SESSION_ROUTE"
|
|
--- rstudio-1.3.1056-orig/src/cpp/core/HtmlUtils.cpp 2020-07-08 08:25:03.000000000 +1000
|
|
+++ rstudio-1.3.1056/src/cpp/core/HtmlUtils.cpp 2020-07-17 18:01:58.129886387 +1000
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#include <boost/format.hpp>
|
|
#include <boost/algorithm/string/predicate.hpp>
|
|
+#include <boost/bind.hpp>
|
|
|
|
#include <core/Base64.hpp>
|
|
#include <core/FileSerializer.hpp>
|
|
--- rstudio-1.3.1056-orig/src/cpp/r/session/RStdCallbacks.cpp 2020-07-08 08:25:03.000000000 +1000
|
|
+++ rstudio-1.3.1056/src/cpp/r/session/RStdCallbacks.cpp 2020-07-17 18:32:09.044071640 +1000
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#include <boost/function.hpp>
|
|
#include <boost/regex.hpp>
|
|
+#include <boost/bind.hpp>
|
|
|
|
#include <r/RExec.hpp>
|
|
#include <r/ROptions.hpp>
|