diff options
author | Vinson Lee <[email protected]> | 2010-08-24 23:53:26 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-24 23:53:26 -0700 |
commit | deffeba17204c249cac698a516a210e364d2cf55 (patch) | |
tree | 5e4cde8a43f829e4d78c37c31c13de3a9d308cf8 | |
parent | 72ae834fa16a32cc58ae7a93e74f6e11822fcac0 (diff) |
gallivm: Include missing header in lp_bld_sample.h.
Include p_format.h for enum pipe_format symbol.
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_sample.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h index 5b8f478094b..aff7bb2a4de 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h @@ -36,6 +36,8 @@ #define LP_BLD_SAMPLE_H +#include "pipe/p_format.h" + #include "gallivm/lp_bld.h" struct pipe_resource; |