radeon/llvm: Fix build with LLVM >= r180063

This commit is contained in:
Tom Stellard 2013-04-23 10:58:38 -04:00
parent ead4db420e
commit a0c8942bb4
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
#include <llvm/Support/Threading.h>
#include <llvm/Target/TargetMachine.h>
#include <llvm/Transforms/Scalar.h>
#include <llvm/Wrap.h>
#include <llvm-c/Target.h>
#include <iostream>