[Bf-blender-cvs] [15c15d95e9d] functions: fix missing include

Jacques Lucke noreply at git.blender.org
Wed Dec 18 15:21:47 CET 2019


Commit: 15c15d95e9d5746aec4821655f423af9ce200f9c
Author: Jacques Lucke
Date:   Wed Dec 18 15:21:26 2019 +0100
Branches: functions
https://developer.blender.org/rB15c15d95e9d5746aec4821655f423af9ce200f9c

fix missing include

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

M	source/blender/blenlib/BLI_monotonic_allocator.h

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

diff --git a/source/blender/blenlib/BLI_monotonic_allocator.h b/source/blender/blenlib/BLI_monotonic_allocator.h
index a18369dfbdc..04d3f7218ff 100644
--- a/source/blender/blenlib/BLI_monotonic_allocator.h
+++ b/source/blender/blenlib/BLI_monotonic_allocator.h
@@ -27,6 +27,7 @@
 #include "BLI_vector.h"
 #include "BLI_utility_mixins.h"
 #include "BLI_timeit.h"
+#include "BLI_string_ref.h"
 
 namespace BLI {



More information about the Bf-blender-cvs mailing list