radeon/llvm: Fix build with LLVM >= r180063
authorTom Stellard <thomas.stellard@amd.com>
Tue, 23 Apr 2013 14:58:38 +0000 (10:58 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 23 Apr 2013 15:53:05 +0000 (11:53 -0400)
src/gallium/drivers/radeon/radeon_llvm_emit.cpp

index d2dc035dc6bc539657c1edf34b2639eef7c09c8f..5b770d0fd0549c1b491e231552589a99c9787bff 100644 (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>