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 12:21:37 +0300
committerJacques Lucke <jacques@blender.org>2020-06-11 12:21:51 +0300
commit95aa8ffed56e7bd1784bab64e82c82c4e855ae48 (patch)
tree3f2ddf8e1653831304f8efb8488cf4a3d2095dff /source/blender/blenlib/BLI_hash_tables.hh
parent665acd29039b278b6de87121b458675ab025ee33 (diff)
BLI: fix printing name in print_stats methods of Map, Set and VectorSet
Diffstat (limited to 'source/blender/blenlib/BLI_hash_tables.hh')
-rw-r--r--source/blender/blenlib/BLI_hash_tables.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_hash_tables.hh b/source/blender/blenlib/BLI_hash_tables.hh
index b565b396a7a..c3b0b1f90e0 100644
--- a/source/blender/blenlib/BLI_hash_tables.hh
+++ b/source/blender/blenlib/BLI_hash_tables.hh
@@ -30,6 +30,7 @@
#include "BLI_math_base.h"
#include "BLI_memory_utils.hh"
#include "BLI_string.h"
+#include "BLI_string_ref.hh"
#include "BLI_utildefines.h"
#include "BLI_vector.hh"