mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
radeon/ac: fix build on llvm 3.8.1
Add missing include to fix build. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
63df869f08
commit
550281f934
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
#include <llvm/Target/TargetOptions.h>
|
||||
#include <llvm/ExecutionEngine/ExecutionEngine.h>
|
||||
#include <llvm/IR/Attributes.h>
|
||||
#include <llvm/IR/CallSite.h>
|
||||
|
||||
#if HAVE_LLVM < 0x0500
|
||||
namespace llvm {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue