[Bf-blender-cvs] [7fb2b50e5da] master: Fix: Build issue with MSVC

Charlie Jolly noreply at git.blender.org
Thu Sep 23 20:33:34 CEST 2021


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>



More information about the Bf-blender-cvs mailing list