blender-v3.3-release backports #112325

Merged
Philipp Oeser merged 12 commits from lichtwerk/blender:blender-v3.3-release into blender-v3.3-release 2023-09-13 14:29:57 +02:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit a66d09f2b5 - Show all commits

View File

@ -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)