Commit: 7fb2b50e5dace1eeaa777965c445f85b708eaae0
Author: Charlie Jolly
Date:   Thu Sep 23 12:33:27 2021 -0600
Branches: master
https://developer.blender.org/rB7fb2b50e5dace1eeaa777965c445f85b708eaae0

Fix: Build issue with MSVC

header for std::function was not included

reported/fixed by Charlie on chat

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

M       source/blender/editors/include/UI_tree_view.hh

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

diff --git a/source/blender/editors/include/UI_tree_view.hh 
b/source/blender/editors/include/UI_tree_view.hh
index dd1a0af2dc0..fac880a0a67 100644
--- a/source/blender/editors/include/UI_tree_view.hh
+++ b/source/blender/editors/include/UI_tree_view.hh
@@ -20,6 +20,7 @@
 
 #pragma once
 
+#include <functional>
 #include <memory>
 #include <string>

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

Reply via email to