Skip to content

Commit c37699b

Browse files
[MemProf] Add missing <unordered_map> include to fix buildbot (#77788)
Should fix buildbot failure https://lab.llvm.org/buildbot/#/builders/54/builds/8451 from #75823.
1 parent b6fc463 commit c37699b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#include "llvm/Transforms/IPO.h"
4646
#include "llvm/Transforms/Utils/Cloning.h"
4747
#include <sstream>
48+
#include <unordered_map>
4849
#include <vector>
4950
using namespace llvm;
5051
using namespace llvm::memprof;

0 commit comments

Comments
 (0)