Commit: 10ea5981ec5b498a06b7d60cce903cdd9da7d3b8 Author: Jacques Lucke Date: Wed Jul 7 11:28:44 2021 +0200 Branches: temp-long-link-dimming https://developer.blender.org/rB10ea5981ec5b498a06b7d60cce903cdd9da7d3b8
fix missing include =================================================================== M source/blender/editors/space_node/drawnode.cc =================================================================== diff --git a/source/blender/editors/space_node/drawnode.cc b/source/blender/editors/space_node/drawnode.cc index 2efbbd627f9..ae780750823 100644 --- a/source/blender/editors/space_node/drawnode.cc +++ b/source/blender/editors/space_node/drawnode.cc @@ -22,6 +22,8 @@ * \brief lower level node drawing for nodes (boarders, headers etc), also node layout. */ +#include <algorithm> + #include "BLI_blenlib.h" #include "BLI_math.h" #include "BLI_system.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
