Skip to content

Commit 51b4c66

Browse files
thesamesamtru
authored andcommitted
[AMDGPU] Include <cstdint> in AMDGPUMCTargetDesc (#101766)
(cherry picked from commit 8f39502)
1 parent 9be2c0e commit 51b4c66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#ifndef LLVM_LIB_TARGET_AMDGPU_MCTARGETDESC_AMDGPUMCTARGETDESC_H
1616
#define LLVM_LIB_TARGET_AMDGPU_MCTARGETDESC_AMDGPUMCTARGETDESC_H
1717

18+
#include <cstdint>
1819
#include <memory>
1920

2021
namespace llvm {

0 commit comments

Comments
 (0)