Skip to content

Commit 1be0f3b

Browse files
committed
add torch/torch.h to fix the cpp build issue (#4396)
1 parent a3b7592 commit 1be0f3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/conversion/converters/impl/reduce.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#include <torch/torch.h>
12
#include <bitset>
3+
24
#include "core/conversion/converters/converters.h"
35
#include "core/util/prelude.h"
46

0 commit comments

Comments
 (0)