File 0004-Add-additional-includes-for-aarch64.patch of Package rstudio
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