Skip to content

Commit 047d89c

Browse files
authored
Fix missing Operators.h include (#3217)
Currently Operators.h is included indirectly via `Tensor.h`.
1 parent 4863a35 commit 047d89c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch_xla/csrc/aten_xla_type.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <ATen/Context.h>
2+
#include <ATen/Operators.h>
23
#include <ATen/native/BinaryOps.h>
34
#include <ATen/native/CPUFallback.h>
45

0 commit comments

Comments
 (0)