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 <mail@jlucke.com>2019-09-14 13:44:23 +0300
committerJacques Lucke <mail@jlucke.com>2019-09-14 13:44:23 +0300
commitdd8a70c246e3540b4317e408d061285f9b9f8432 (patch)
treeb44806e02fa8d1dae581637ca86307f9f834da60 /source/blender/blenlib/BLI_hash_cxx.h
parente73030e336257b4261dd6b3b66f71b204a8044b7 (diff)
BLI: add missing include
Diffstat (limited to 'source/blender/blenlib/BLI_hash_cxx.h')
-rw-r--r--source/blender/blenlib/BLI_hash_cxx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_hash_cxx.h b/source/blender/blenlib/BLI_hash_cxx.h
index 8e7d498a4c8..e899f27c9ee 100644
--- a/source/blender/blenlib/BLI_hash_cxx.h
+++ b/source/blender/blenlib/BLI_hash_cxx.h
@@ -27,6 +27,7 @@
#include <functional>
#include <string>
#include <utility>
+#include <memory>
#include "BLI_utildefines.h"
#include "BLI_math_base.h"