diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_conv.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_conv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_conv.h b/src/gallium/auxiliary/gallivm/lp_bld_conv.h index 42a11137473..bfc1993a220 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_conv.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_conv.h @@ -37,9 +37,10 @@ #define LP_BLD_CONV_H -#include "gallivm/lp_bld.h" +#include "gallivm/lp_bld_type.h" +struct gallivm_state; struct lp_type; LLVMValueRef |