Skip to content

Commit 082d0a0

Browse files
authored
Fix missing algorithm header in thread_parallel (pytorch#9075)
1 parent 0c6a71b commit 082d0a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/parallel/thread_parallel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9+
#include <algorithm>
910
#include <cinttypes>
1011
#include <tuple>
1112

0 commit comments

Comments
 (0)