gallivm: Fix build with LLVM 3.3 97/6397/1
authorArmin K <krejzi@email.com>
Thu, 2 May 2013 10:55:04 +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/auxiliary/gallivm/lp_bld_misc.cpp

index 717afa7..a531d98 100644 (file)
@@ -68,7 +68,9 @@
 #endif /* HAVE_LLVM < 0x0300 */
 
 #if HAVE_LLVM >= 0x0303
-#include <llvm/Wrap.h>
+#include <llvm/IR/IRBuilder.h>
+#include <llvm/IR/Module.h>
+#include <llvm/Support/CBindingWrapping.h>
 #endif
 
 #include "pipe/p_config.h"