diff options
author | Vinson Lee <[email protected]> | 2011-01-04 00:50:48 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-04 00:50:48 -0800 |
commit | deb9a6ae79cc399ce6295b0aed5c7fcb0ad23bee (patch) | |
tree | c573ad08cf7788f4a59169d5718c29a4d1f19eba /src/gallium/drivers/llvmpipe/lp_bld_alpha.h | |
parent | 7bfc54ea5d8332f76ff48a08d1e408582ba3fcee (diff) |
llvmpipe: Include p_compiler.h in lp_bld_alpha.h.
Include p_compiler.h for boolean symbol.
Add forward declaration for gallivm_state struct.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_alpha.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_bld_alpha.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h index 5c9392504f1..06206a24d83 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h @@ -34,10 +34,12 @@ #ifndef LP_BLD_ALPHA_H #define LP_BLD_ALPHA_H +#include "pipe/p_compiler.h" #include "gallivm/lp_bld.h" struct pipe_alpha_state; +struct gallivm_state; struct lp_type; struct lp_build_mask_context; |