mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
swr: [rasterizer jitter] add missing include for llvm jitevents
This commit is contained in:
parent
51549912d1
commit
83822d7ed5
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,10 @@
|
|||
#include "llvm/Analysis/CFGPrinter.h"
|
||||
#include "llvm/IRReader/IRReader.h"
|
||||
|
||||
#if LLVM_USE_INTEL_JITEVENTS
|
||||
#include "llvm/ExecutionEngine/JITEventListener.h"
|
||||
#endif
|
||||
|
||||
#include "core/state.h"
|
||||
#include "common/containers.hpp"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue