mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add missing cstdint includes (#116458)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116458 Approved by: https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
71ec3edbf7
commit
db2b4078b9
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <type_traits>
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
#include <c10/macros/Macros.h>
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
|
||||
#if defined(__CUDACC__) && !defined(USE_ROCM)
|
||||
|
Reference in New Issue
Block a user