From deffeba17204c249cac698a516a210e364d2cf55 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 24 Aug 2010 23:53:26 -0700 Subject: [PATCH] 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 file changed, 2 insertions(+) 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; -- 2.30.2