Commit: e22098616c25c00786409fbf4e3229456f6b3807 Author: Jacques Lucke Date: Thu Jun 11 15:13:19 2020 +0200 Branches: master https://developer.blender.org/rBe22098616c25c00786409fbf4e3229456f6b3807
BLI: include <new> header This header defines default placement versions of operator new. =================================================================== M source/blender/blenlib/BLI_memory_utils.hh =================================================================== diff --git a/source/blender/blenlib/BLI_memory_utils.hh b/source/blender/blenlib/BLI_memory_utils.hh index de9fc956bfb..c317376fe8e 100644 --- a/source/blender/blenlib/BLI_memory_utils.hh +++ b/source/blender/blenlib/BLI_memory_utils.hh @@ -22,6 +22,7 @@ */ #include <memory> +#include <new> #include "BLI_utildefines.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
