2024-05-02 10:01:12 +00:00
|
|
|
Index: blender-4.1.1/intern/cycles/util/thread.h
|
2023-03-28 07:40:04 +00:00
|
|
|
===================================================================
|
2024-05-02 10:01:12 +00:00
|
|
|
--- blender-4.1.1.orig/intern/cycles/util/thread.h
|
|
|
|
|
+++ blender-4.1.1/intern/cycles/util/thread.h
|
|
|
|
|
@@ -10,6 +10,7 @@
|
2023-03-28 07:40:04 +00:00
|
|
|
#include <mutex>
|
|
|
|
|
#include <queue>
|
|
|
|
|
#include <thread>
|
|
|
|
|
+#include <system_error>
|
|
|
|
|
|
|
|
|
|
#ifdef _WIN32
|
|
|
|
|
# include "util/windows.h"
|