Module: Mesa Branch: master Commit: deffeba17204c249cac698a516a210e364d2cf55 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=deffeba17204c249cac698a516a210e364d2cf55
Author: Vinson Lee <[email protected]> Date: Tue Aug 24 23:53:26 2010 -0700 gallivm: Include missing header in lp_bld_sample.h. Include p_format.h for enum pipe_format symbol. --- 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 5b8f478..aff7bb2 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
