forked from pool/blender
Blender 4.1.1 The updated dependency is in 1171053 OBS-URL: https://build.opensuse.org/request/show/1171054 OBS-URL: https://build.opensuse.org/package/show/graphics/blender?expand=0&rev=472
13 lines
358 B
Diff
13 lines
358 B
Diff
Index: blender-4.1.1/intern/cycles/util/thread.h
|
|
===================================================================
|
|
--- blender-4.1.1.orig/intern/cycles/util/thread.h
|
|
+++ blender-4.1.1/intern/cycles/util/thread.h
|
|
@@ -10,6 +10,7 @@
|
|
#include <mutex>
|
|
#include <queue>
|
|
#include <thread>
|
|
+#include <system_error>
|
|
|
|
#ifdef _WIN32
|
|
# include "util/windows.h"
|