- Add octree-missing-fstream.patch: on 15.6 fstream is not included indirectly pull it in directly here OBS-URL: https://build.opensuse.org/request/show/1319784 OBS-URL: https://build.opensuse.org/package/show/graphics/blender-5.0?expand=0&rev=4
14 lines
405 B
Diff
14 lines
405 B
Diff
Index: blender-5.0.0/intern/cycles/bvh/octree.cpp
|
|
===================================================================
|
|
--- blender-5.0.0.orig/intern/cycles/bvh/octree.cpp
|
|
+++ blender-5.0.0/intern/cycles/bvh/octree.cpp
|
|
@@ -16,6 +16,8 @@
|
|
# include <openvdb/tools/FindActiveValues.h>
|
|
#endif
|
|
|
|
+#include <fstream>
|
|
+
|
|
CCL_NAMESPACE_BEGIN
|
|
|
|
__forceinline int Octree::flatten_index(int x, int y, int z) const
|