diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_logic.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_logic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_logic.h b/src/gallium/auxiliary/gallivm/lp_bld_logic.h index 2278a8be9cc..4888420dd2b 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_logic.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_logic.h @@ -40,12 +40,13 @@ extern "C" { #endif -#include "gallivm/lp_bld.h" +#include <llvm-c/Core.h> #include "pipe/p_defines.h" /* For PIPE_FUNC_xxx */ struct lp_type; +struct gallivm_state; struct lp_build_context; |