Skip to content

Commit

Permalink
[AMDGPU] Include <cstdint> in AMDGPUMCTargetDesc (llvm#101766)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam authored Aug 3, 2024
1 parent 8bd9ade commit 8f39502
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 8f39502

Please sign in to comment.