Commit: e8d1d1486e3d9d8495af4c0903d6eb3e24a92094
Author: Brecht Van Lommel
Date:   Wed Jan 18 13:42:55 2023 +0100
Branches: master
https://developer.blender.org/rBe8d1d1486e3d9d8495af4c0903d6eb3e24a92094

Fix T103960: build issue with GCC 13 in Cycles thread code

===================================================================

M       intern/cycles/util/thread.cpp

===================================================================

diff --git a/intern/cycles/util/thread.cpp b/intern/cycles/util/thread.cpp
index f4949aa2b44..7f1e8eb4159 100644
--- a/intern/cycles/util/thread.cpp
+++ b/intern/cycles/util/thread.cpp
@@ -6,6 +6,8 @@
 #include "util/system.h"
 #include "util/windows.h"
 
+#include <system_error>
+
 CCL_NAMESPACE_BEGIN
 
 thread::thread(function<void()> run_cb) : run_cb_(run_cb), joined_(false)

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to