gallivm: Fix build with LLVM 3.3

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
Armin K
2013-05-02 12:55:04 +02:00
committed by Tom Stellard
parent fcfbf4a19f
commit 4742f9b00b
@@ -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"