Skip to content

Commit ffda344

Browse files
[SYCL][NFC] Add missing unordered_map include (#7880)
This fixes build on MacOS.
1 parent c138003 commit ffda344

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/SYCLLowerIR/ESIMD/LowerESIMDSlmReservation.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
#include "llvm/IR/Instruction.h"
6969
#include "llvm/IR/Module.h"
7070

71+
#include <unordered_map>
72+
7173
#define DEBUG_TYPE "LowerESIMDSlmAllocPass"
7274

7375
namespace llvm {

0 commit comments

Comments
 (0)