summarylogtreecommitdiffstats
path: root/0002-boost107400.patch
diff options
context:
space:
mode:
Diffstat (limited to '0002-boost107400.patch')
-rw-r--r--0002-boost107400.patch66
1 files changed, 0 insertions, 66 deletions
diff --git a/0002-boost107400.patch b/0002-boost107400.patch
deleted file mode 100644
index 402613c8304c..000000000000
--- a/0002-boost107400.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-From 7df01f2694a34332e9584ff107ee4c91e75c52ad Mon Sep 17 00:00:00 2001
-From: howetuft <howetuft@gmail.com>
-Date: Sat, 21 May 2022 18:17:09 +0200
-Subject: [PATCH 02/14] boost107400
-
----
- src/slg/engines/bakecpu/bakecputhread.cpp | 2 ++
- src/slg/engines/pathocl/pathoclopenclthread.cpp | 2 ++
- src/slg/engines/tilepathocl/tilepathoclthread.cpp | 2 ++
- src/slg/film/filmserialize.cpp | 1 +
- 4 files changed, 7 insertions(+)
-
-diff --git a/src/slg/engines/bakecpu/bakecputhread.cpp b/src/slg/engines/bakecpu/bakecputhread.cpp
-index d4766aaf3..82629772c 100644
---- a/src/slg/engines/bakecpu/bakecputhread.cpp
-+++ b/src/slg/engines/bakecpu/bakecputhread.cpp
-@@ -23,6 +23,8 @@
- #include "slg/utils/varianceclamping.h"
- #include "slg/film/imagepipeline/plugins/bakemapmargin.h"
-
-+#include <boost/bind.hpp>
-+
- using namespace std;
- using namespace luxrays;
- using namespace slg;
-diff --git a/src/slg/engines/pathocl/pathoclopenclthread.cpp b/src/slg/engines/pathocl/pathoclopenclthread.cpp
-index d006861a5..47d8e7d1e 100644
---- a/src/slg/engines/pathocl/pathoclopenclthread.cpp
-+++ b/src/slg/engines/pathocl/pathoclopenclthread.cpp
-@@ -31,6 +31,8 @@
- #include "slg/renderconfig.h"
- #include "slg/engines/pathocl/pathocl.h"
-
-+#include <boost/bind.hpp>
-+
- using namespace std;
- using namespace luxrays;
- using namespace slg;
-diff --git a/src/slg/engines/tilepathocl/tilepathoclthread.cpp b/src/slg/engines/tilepathocl/tilepathoclthread.cpp
-index f8e3fa2d1..4a44d13c8 100644
---- a/src/slg/engines/tilepathocl/tilepathoclthread.cpp
-+++ b/src/slg/engines/tilepathocl/tilepathoclthread.cpp
-@@ -24,6 +24,8 @@
- #include "slg/kernels/kernels.h"
- #include "slg/engines/tilepathocl/tilepathocl.h"
-
-+#include <boost/bind.hpp>
-+
- using namespace std;
- using namespace luxrays;
- using namespace slg;
-diff --git a/src/slg/film/filmserialize.cpp b/src/slg/film/filmserialize.cpp
-index 6cd3aee46..120eb8cb5 100644
---- a/src/slg/film/filmserialize.cpp
-+++ b/src/slg/film/filmserialize.cpp
-@@ -20,6 +20,7 @@
-
- #include <boost/lexical_cast.hpp>
- #include <boost/foreach.hpp>
-+#include <boost/serialization/library_version_type.hpp>
- #include <boost/serialization/unordered_set.hpp>
-
- #include "slg/film/film.h"
---
-2.41.0
-