New upstream release v1.4.1717 OBS-URL: https://build.opensuse.org/request/show/913974 OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/rstudio?expand=0&rev=72
38 lines
1.1 KiB
Diff
38 lines
1.1 KiB
Diff
From e2a3f7df916a4959d126e0c34b8f70b1e23de41a Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <dcermak@suse.com>
|
|
Date: Wed, 2 Sep 2020 13:47:59 +0200
|
|
Subject: [PATCH 4/8] Add additional includes for aarch64
|
|
|
|
---
|
|
src/cpp/core/HtmlUtils.cpp | 1 +
|
|
src/cpp/r/session/RStdCallbacks.cpp | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
diff --git a/src/cpp/core/HtmlUtils.cpp b/src/cpp/core/HtmlUtils.cpp
|
|
index ca0adb40de..8b083f461f 100644
|
|
--- a/src/cpp/core/HtmlUtils.cpp
|
|
+++ b/src/cpp/core/HtmlUtils.cpp
|
|
@@ -18,6 +18,7 @@
|
|
#include <core/system/System.hpp>
|
|
|
|
#include <boost/format.hpp>
|
|
+#include <boost/bind.hpp>
|
|
#include <boost/algorithm/string/predicate.hpp>
|
|
#include <boost/bind/bind.hpp>
|
|
|
|
diff --git a/src/cpp/r/session/RStdCallbacks.cpp b/src/cpp/r/session/RStdCallbacks.cpp
|
|
index f461632102..937ffcc471 100644
|
|
--- a/src/cpp/r/session/RStdCallbacks.cpp
|
|
+++ b/src/cpp/r/session/RStdCallbacks.cpp
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#include <iostream>
|
|
|
|
+#include <boost/bind.hpp>
|
|
#include <boost/function.hpp>
|
|
#include <boost/regex.hpp>
|
|
#include <boost/bind/bind.hpp>
|
|
--
|
|
2.31.1
|
|
|