Skip to content

Commit

Permalink
Fix include files for out-of-tree compilation (#48827)
Browse files Browse the repository at this point in the history
Summary:
Signed-off-by: caozhong <zhong.z.cao@intel.com>

Pull Request resolved: pytorch/pytorch#48827

Reviewed By: agolynski

Differential Revision: D25375988

Pulled By: ailzhang

fbshipit-source-id: a8d5ab4572d991d6d96dfe758011517651ff0a6b
  • Loading branch information
CaoZhongZ authored and facebook-github-bot committed Dec 15, 2020
1 parent 14a2a83 commit e168931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shape_inference.h
@@ -1,6 +1,6 @@
#pragma once

#include <aten/src/ATen/Context.h>
#include <ATen/Context.h>
#include <torch/csrc/jit/ir/ir.h>

namespace torch {
Expand Down

0 comments on commit e168931

Please sign in to comment.