Skip to content

Commit

Permalink
[AMDGPU] Include <cstdint> in AMDGPUMCTargetDesc (llvm#101766)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8f39502)
  • Loading branch information
thesamesam authored and llvmbot committed Aug 3, 2024
1 parent 9ac3941 commit 8e23389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#ifndef LLVM_LIB_TARGET_AMDGPU_MCTARGETDESC_AMDGPUMCTARGETDESC_H
#define LLVM_LIB_TARGET_AMDGPU_MCTARGETDESC_AMDGPUMCTARGETDESC_H

#include <cstdint>
#include <memory>

namespace llvm {
Expand Down

0 comments on commit 8e23389

Please sign in to comment.