diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_quad.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_quad.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_quad.h b/src/gallium/auxiliary/gallivm/lp_bld_quad.h index e41f80efe2d..c20b4441b66 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_quad.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_quad.h @@ -30,9 +30,11 @@ #define LP_BLD_QUAD_H_ -#include "gallivm/lp_bld.h" +#include <llvm-c/Core.h> +struct gallivm_state; +struct lp_type; struct lp_build_context; |