Skip to content

Commit f813e5d

Browse files
Update llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.cpp
Co-authored-by: h-vetinari <[email protected]>
1 parent c6e9fd8 commit f813e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
#include "llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h"
1414

1515
#if LLVM_USE_INTEL_JITEVENTS
16-
#include <map>
1716
#include "IntelJITEventsWrapper.h"
1817
#include "ittnotify.h"
18+
#include <map>
1919

2020
using namespace llvm;
2121
using namespace llvm::orc;

0 commit comments

Comments
 (0)