summaryrefslogtreecommitdiff
path: root/rstudio/rstudio-1.3.1056-boost-1.74.0.patch
blob: 2fde3119e2a418beb6c39291f40ae22ef05e9e7e (plain)
    1 --- rstudio-1.3.1056-orig/src/cpp/core/file_lock/FileLock.cpp	2020-07-08 08:25:03.000000000 +1000
    2 +++ rstudio-1.3.1056/src/cpp/core/file_lock/FileLock.cpp	2020-07-17 18:01:57.016882590 +1000
    3 @@ -26,6 +26,7 @@
    4  #include <core/system/Environment.hpp>
    5  
    6  #include <boost/algorithm/string.hpp>
    7 +#include <boost/bind.hpp>
    8  
    9  // borrowed from SessionConstants.hpp
   10  #define kRStudioSessionRoute "RSTUDIO_SESSION_ROUTE"
   11 --- rstudio-1.3.1056-orig/src/cpp/core/HtmlUtils.cpp	2020-07-08 08:25:03.000000000 +1000
   12 +++ rstudio-1.3.1056/src/cpp/core/HtmlUtils.cpp	2020-07-17 18:01:58.129886387 +1000
   13 @@ -19,6 +19,7 @@
   14  
   15  #include <boost/format.hpp>
   16  #include <boost/algorithm/string/predicate.hpp>
   17 +#include <boost/bind.hpp>
   18  
   19  #include <core/Base64.hpp>
   20  #include <core/FileSerializer.hpp>
   21 --- rstudio-1.3.1056-orig/src/cpp/r/session/RStdCallbacks.cpp	2020-07-08 08:25:03.000000000 +1000
   22 +++ rstudio-1.3.1056/src/cpp/r/session/RStdCallbacks.cpp	2020-07-17 18:32:09.044071640 +1000
   23 @@ -19,6 +19,7 @@
   24  
   25  #include <boost/function.hpp>
   26  #include <boost/regex.hpp>
   27 +#include <boost/bind.hpp>
   28  
   29  #include <r/RExec.hpp>
   30  #include <r/ROptions.hpp>

Generated by cgit