Skip to content

Commit 6cc5fac

Browse files
committed
Fixed IECoreAppleseed build on OS X.
1 parent 920ae75 commit 6cc5fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/IECoreAppleseed/src/IECoreAppleseed/PrimitiveConverter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const asr::Assembly *IECoreAppleseed::PrimitiveConverter::convertPrimitive( cons
189189

190190
// compute the hash of all the deformation samples.
191191
MurmurHash primitiveHash;
192-
primitiveHash.append( primitivesPtr->size() );
192+
primitiveHash.append( (uint64_t)primitivesPtr->size() );
193193
primitiveHash.append( m_shutterOpenTime );
194194
primitiveHash.append( m_shutterCloseTime );
195195

0 commit comments

Comments
 (0)