SIGN IN SIGN UP

Fix missing header `<algorithm>` in tensor_ptr.h (#6778)

This commit import header <algorithm> explictly in extension/tensor/tensor_ptr.h,
which uses `std::transfrom` defined in the header.

Some recent compilers emits error (I checked gcc 14.1.0 / clang 18.1.6):
```
.../executorch/extension/tensor/tensor_ptr.h:114:12: error: no member named
'transform' in namespace 'std'
```
Y
Yongjoo Ahn committed
c8967dae30d73c6325f4473f590403a27181a077
Parent: 2f6d64f
Committed by GitHub <noreply@github.com> on 11/12/2024, 5:19:00 PM