diff --git a/winml/lib/Api/impl/TensorMemoryBufferReference.h b/winml/lib/Api/impl/TensorMemoryBufferReference.h index dcf2f12a64..50e1cc4765 100644 --- a/winml/lib/Api/impl/TensorMemoryBufferReference.h +++ b/winml/lib/Api/impl/TensorMemoryBufferReference.h @@ -58,6 +58,7 @@ template class TensorMemoryBufferReference : public winrt::implements< TensorMemoryBufferReference, wf::IMemoryBufferReference, + wf::IClosable, Windows::Foundation::IMemoryBufferByteAccess> { using ClosedDelegate = wf::TypedEventHandler;