Skip to content

Commit bda39a6

Browse files
[ExecutionEngine] Include <map> (#124083)
This patch reinstates an include of <map>, fixing a build failure caused by: commit 1f4d91e Author: Kazu Hirata <[email protected]> Date: Tue Nov 19 19:41:59 2024 -0800 [ExecutionEngine] Remove unused includes (NFC) (#116749) --------- Co-authored-by: h-vetinari <[email protected]>
1 parent bb019dd commit bda39a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#if LLVM_USE_INTEL_JITEVENTS
1616
#include "IntelJITEventsWrapper.h"
1717
#include "ittnotify.h"
18+
#include <map>
1819

1920
using namespace llvm;
2021
using namespace llvm::orc;

0 commit comments

Comments
 (0)