Skip to content

Commit 26a1801

Browse files
authored
[AMDGPU] Include <cstdint> in AMDGPUMCTargetDesc (llvm#2158)
Auto-submit by Jenkins
2 parents cb8caef + d77452b commit 26a1801

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)