diff options
author | Will Feng <willfeng@fb.com> | 2018-10-18 14:04:46 -0700 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-10-18 14:08:18 -0700 |
commit | 9473e57eca883fe3b3f6ec6434b3edffc0605e09 (patch) | |
tree | 9595c53b31151e3305ab0370529726acec381798 /torch/script.h | |
parent | ed317b62031507278b6e99f08939a69070d5b806 (diff) | |
download | pytorch-9473e57eca883fe3b3f6ec6434b3edffc0605e09.tar.gz pytorch-9473e57eca883fe3b3f6ec6434b3edffc0605e09.tar.bz2 pytorch-9473e57eca883fe3b3f6ec6434b3edffc0605e09.zip |
Revert D10444104: [pytorch][PR] Windows CI integration for custom ops
Differential Revision:
D10444104
Original commit changeset: 4c447beeb967
fbshipit-source-id: ead52444aefa27692e3f36dadad986e2313261bd
Diffstat (limited to 'torch/script.h')
-rw-r--r-- | torch/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/torch/script.h b/torch/script.h index 982d3c9170..01f9e38cd7 100644 --- a/torch/script.h +++ b/torch/script.h @@ -3,5 +3,6 @@ #include <torch/csrc/autograd/generated/variable_factories.h> #include <torch/csrc/jit/custom_operator.h> #include <torch/csrc/jit/import.h> +#include <torch/csrc/WindowsTorchApiMacro.h> #include <ATen/ATen.h> |