Skip to content

Commit c5c12b8

Browse files
committed
Add missing include
1 parent 7b36dad commit c5c12b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
#include "llvm/MC/MCAsmInfo.h"
2828
#include "llvm/Support/Debug.h"
2929

30+
#include <atomic>
31+
3032
using namespace llvm;
3133

3234
#define DEBUG_TYPE "arm-pseudo"

0 commit comments

Comments
 (0)