[Bf-blender-cvs] [acfce155e7c] experimental-build: SortedIncludes: Fix Mac build

Dalai Felinto noreply at git.blender.org
Tue Feb 11 15:12:18 CET 2020


Commit: acfce155e7cb8e470321712debc375eb7334f947
Author: Dalai Felinto
Date:   Tue Feb 11 15:12:02 2020 +0100
Branches: experimental-build
https://developer.blender.org/rBacfce155e7cb8e470321712debc375eb7334f947

SortedIncludes: Fix Mac build

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

M	source/blender/blenlib/BLI_memory_utils_cxx.h

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

diff --git a/source/blender/blenlib/BLI_memory_utils_cxx.h b/source/blender/blenlib/BLI_memory_utils_cxx.h
index 3176842daac..6534138315d 100644
--- a/source/blender/blenlib/BLI_memory_utils_cxx.h
+++ b/source/blender/blenlib/BLI_memory_utils_cxx.h
@@ -24,6 +24,8 @@
 #include <algorithm>
 #include <memory>
 
+#include "BLI_utildefines.h"
+
 namespace BLI {
 
 using std::copy;



More information about the Bf-blender-cvs mailing list