From: Vinson Lee Date: Wed, 25 Aug 2010 06:53:26 +0000 (-0700) Subject: gallivm: Include missing header in lp_bld_sample.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=deffeba17204c249cac698a516a210e364d2cf55;p=mesa.git gallivm: Include missing header in lp_bld_sample.h. Include p_format.h for enum pipe_format symbol. --- 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;