gallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
authorTom Stellard <thomas.stellard@amd.com>
Wed, 24 Sep 2014 15:46:09 +0000 (11:46 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 24 Sep 2014 15:54:44 +0000 (11:54 -0400)
This was missed in 8f4ee56.

src/gallium/auxiliary/gallivm/lp_bld_misc.cpp

index 1c42e8fdd5e2e533dfe5a0b3449618b9886f74da..06d29bcceeb8b24624657addc5474489c535aaf0 100644 (file)
@@ -55,7 +55,9 @@
 #include <llvm/Target/TargetOptions.h>
 #include <llvm/ExecutionEngine/ExecutionEngine.h>
 #include <llvm/ADT/Triple.h>
+#if HAVE_LLVM < 0x0306
 #include <llvm/ExecutionEngine/JITMemoryManager.h>
+#endif
 #include <llvm/Support/CommandLine.h>
 #include <llvm/Support/Host.h>
 #include <llvm/Support/PrettyStackTrace.h>