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 and banach-space committed Aug 7, 2024
1 parent 7518b85 commit 9b2b9a6
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 9b2b9a6

Please sign in to comment.