diff options
author | Vinson Lee <[email protected]> | 2010-08-24 23:50:45 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-24 23:50:45 -0700 |
commit | 72ae834fa16a32cc58ae7a93e74f6e11822fcac0 (patch) | |
tree | 581fc6c4760fe9b8f41f5e938d8ec3f158ccbefc /src/gallium/auxiliary/gallivm/lp_bld_pack.h | |
parent | 0ae6b30c147e6a237cd4e6338975e46de5a95565 (diff) |
gallivm: Include missing header in lp_bld_pack.h.
Include p_compiler.h for boolean symbol.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_pack.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_pack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_pack.h b/src/gallium/auxiliary/gallivm/lp_bld_pack.h index e470082b977..e947b90d164 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_pack.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_pack.h @@ -37,6 +37,8 @@ #define LP_BLD_PACK_H +#include "pipe/p_compiler.h" + #include "gallivm/lp_bld.h" |