[Bf-blender-cvs] [dd8a70c246e] functions: BLI: add missing include

Jacques Lucke noreply at git.blender.org
Sat Sep 14 12:49:11 CEST 2019


Commit: dd8a70c246e3540b4317e408d061285f9b9f8432
Author: Jacques Lucke
Date:   Sat Sep 14 12:44:23 2019 +0200
Branches: functions
https://developer.blender.org/rBdd8a70c246e3540b4317e408d061285f9b9f8432

BLI: add missing include

===================================================================

M	source/blender/blenlib/BLI_hash_cxx.h

===================================================================

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"



More information about the Bf-blender-cvs mailing list