forked from pool/rstudio
38 lines
1.0 KiB
Diff
38 lines
1.0 KiB
Diff
From e1a6c460e6c2b3d601678b5d158e37077de43739 Mon Sep 17 00:00:00 2001
|
|
From: haem <mixosaurus+obs@pm.me>
|
|
Date: Fri, 12 Sep 2025 17:16:39 +0200
|
|
Subject: [PATCH 04/12] 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 9623da6f..edb8de32 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 72b66f29..8938bbcf 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.51.0
|
|
|