Skip to content

Commit

Permalink
[ExecutionEngine] Include <map> (#124083)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kazutakahirata and h-vetinari authored Jan 23, 2025
1 parent bb019dd commit bda39a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#if LLVM_USE_INTEL_JITEVENTS
#include "IntelJITEventsWrapper.h"
#include "ittnotify.h"
#include <map>

using namespace llvm;
using namespace llvm::orc;
Expand Down

0 comments on commit bda39a6

Please sign in to comment.