Skip to content

Commit d897e73

Browse files
authored
[Windows] [Tensor.cpp] add #include <algorithm> (#8912)
[Tensor.cpp] add algorithm include to get stable_sort and iter_swap on windows
1 parent 6caefc3 commit d897e73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/vulkan/runtime/api/containers/Tensor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#include <executorch/backends/vulkan/runtime/api/containers/Tensor.h>
10+
#include <algorithm>
1011
#include <cassert>
1112
#include <cstring>
1213

0 commit comments

Comments
 (0)