From ead4db420e9e5408f41c70768a290592a384aedb Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 23 Apr 2013 10:57:54 -0400 Subject: gallivm: Fix build with LLVM >= r180063 --- src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gallium/auxiliary/gallivm/lp_bld_debug.cpp') diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp index ac8e10b..86617d4 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp @@ -56,6 +56,10 @@ #include #endif /* HAVE_LLVM >= 0x0301 */ +#if HAVE_LLVM >= 0x0303 +#include +#endif + #include "util/u_math.h" #include "util/u_debug.h" -- cgit v1.1