Add missing include for internal build (#119721)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/119721
Approved by: https://github.com/huydhn
This commit is contained in:
albanD
2024-02-12 22:36:16 +00:00
committed by PyTorch MergeBot
parent 70c93c6097
commit e0cabebad9

View File

@ -961,6 +961,7 @@ aten_cpu_non_globed_headers = [
"aten/src/ATen/detail/HIPHooksInterface.h",
"aten/src/ATen/detail/ORTHooksInterface.h",
"aten/src/ATen/detail/PrivateUse1HooksInterface.h",
"aten/src/ATen/detail/AcceleratorHooksInterface.h",
"aten/src/ATen/detail/XPUHooksInterface.h",
"aten/src/ATen/detail/MTIAHooksInterface.h",
"aten/src/ATen/detail/IPUHooksInterface.h",