[Bf-blender-cvs] [ba64e53dbc4] temp-sculpt-cavity-mask: temp-sculpt-cavity-mask: Attempt to fix osx compile error

Joseph Eagar noreply at git.blender.org
Tue Aug 9 07:33:53 CEST 2022


Commit: ba64e53dbc4a017443631793122edcd036e4dca7
Author: Joseph Eagar
Date:   Mon Aug 8 22:33:37 2022 -0700
Branches: temp-sculpt-cavity-mask
https://developer.blender.org/rBba64e53dbc4a017443631793122edcd036e4dca7

temp-sculpt-cavity-mask: Attempt to fix osx compile error

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

M	source/blender/blenlib/BLI_hash.hh

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

diff --git a/source/blender/blenlib/BLI_hash.hh b/source/blender/blenlib/BLI_hash.hh
index 25d7cd6aaf8..925cfd91704 100644
--- a/source/blender/blenlib/BLI_hash.hh
+++ b/source/blender/blenlib/BLI_hash.hh
@@ -137,6 +137,7 @@ TRIVIAL_DEFAULT_INT_HASH(int32_t);
 TRIVIAL_DEFAULT_INT_HASH(uint32_t);
 TRIVIAL_DEFAULT_INT_HASH(int64_t);
 TRIVIAL_DEFAULT_INT_HASH(uint64_t);
+TRIVIAL_DEFAULT_INT_HASH(intptr_t);
 
 /**
  * One should try to avoid using floats as keys in hash tables, but sometimes it is convenient.



More information about the Bf-blender-cvs mailing list