Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-06-11 16:13:19 +0300
committerJacques Lucke <jacques@blender.org>2020-06-11 16:37:09 +0300
commite22098616c25c00786409fbf4e3229456f6b3807 (patch)
treeaba772869def9ce4b326f617975e7e1baf7b4390 /source/blender/blenlib/BLI_memory_utils.hh
parented00b5def64c10a5a243399aeda383c30eb886ff (diff)
BLI: include <new> header
This header defines default placement versions of operator new.
Diffstat (limited to 'source/blender/blenlib/BLI_memory_utils.hh')
-rw-r--r--source/blender/blenlib/BLI_memory_utils.hh1
1 files changed, 1 insertions, 0 deletions
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"