summarylogtreecommitdiffstats
path: root/0012-boost179-fstream.patch
diff options
context:
space:
mode:
authorhowetuft2022-11-19 15:57:45 +0100
committerhowetuft2022-11-19 15:57:45 +0100
commite6f04995ad15c0edd447251f9a9b116625970aed (patch)
treed3eed9218c508553533269cb6639a84be15055cc /0012-boost179-fstream.patch
parent948b724c1505174e1bb1b7f0f5874babcbb919fa (diff)
downloadaur-e6f04995ad15c0edd447251f9a9b116625970aed.tar.gz
spdlog: rely on system implementation
Diffstat (limited to '0012-boost179-fstream.patch')
-rw-r--r--0012-boost179-fstream.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/0012-boost179-fstream.patch b/0012-boost179-fstream.patch
new file mode 100644
index 000000000000..6e947ee912d3
--- /dev/null
+++ b/0012-boost179-fstream.patch
@@ -0,0 +1,37 @@
+From 25f332ac644a248be2d6d109dcc52c2a090cdfbb Mon Sep 17 00:00:00 2001
+From: howetuft <howetuft@gmail.com>
+Date: Sun, 3 Jul 2022 20:02:31 +0200
+Subject: [PATCH 12/13] boost179 fstream
+
+---
+ src/luxrays/utils/cuda.cpp | 1 +
+ src/luxrays/utils/ocl.cpp | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/src/luxrays/utils/cuda.cpp b/src/luxrays/utils/cuda.cpp
+index 6ae9e9f42..888e12497 100644
+--- a/src/luxrays/utils/cuda.cpp
++++ b/src/luxrays/utils/cuda.cpp
+@@ -24,6 +24,7 @@
+
+ #include <boost/algorithm/string/replace.hpp>
+ #include <boost/algorithm/string/trim.hpp>
++#include <boost/filesystem/fstream.hpp>
+
+ #include "luxrays/luxrays.h"
+ #include "luxrays/utils/utils.h"
+diff --git a/src/luxrays/utils/ocl.cpp b/src/luxrays/utils/ocl.cpp
+index 785836cef..80b7a8f45 100644
+--- a/src/luxrays/utils/ocl.cpp
++++ b/src/luxrays/utils/ocl.cpp
+@@ -24,6 +24,7 @@
+
+ #include <boost/algorithm/string/replace.hpp>
+ #include <boost/algorithm/string/trim.hpp>
++#include <boost/filesystem/fstream.hpp>
+
+ #include "luxrays/luxrays.h"
+ #include "luxrays/utils/utils.h"
+--
+2.38.1
+