radeon: Fix build with LLVM 3.3 98/6398/1
authorArmin K <krejzi@email.com>
Thu, 2 May 2013 10:55:05 +0000 (12:55 +0200)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 2 May 2013 16:00:37 +0000 (09:00 -0700)
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
src/gallium/drivers/radeon/radeon_llvm_emit.cpp

index 55dad9b..fb974f9 100644 (file)
@@ -39,6 +39,7 @@
 
 #include <llvm/PassManager.h>
 #include <llvm/ADT/Triple.h>
+#include <llvm/Support/CBindingWrapping.h>
 #include <llvm/Support/FormattedStream.h>
 #include <llvm/Support/Host.h>
 #include <llvm/Support/SourceMgr.h>
@@ -47,7 +48,6 @@
 #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>