summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-24 23:53:26 -0700
committerVinson Lee <vlee@vmware.com>2010-08-24 23:53:26 -0700
commitdeffeba17204c249cac698a516a210e364d2cf55 (patch)
tree5e4cde8a43f829e4d78c37c31c13de3a9d308cf8 /src/gallium/auxiliary/gallivm/lp_bld_sample.h
parent72ae834fa16a32cc58ae7a93e74f6e11822fcac0 (diff)
gallivm: Include missing header in lp_bld_sample.h.
Include p_format.h for enum pipe_format symbol.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_sample.h2
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 5b8f478094..aff7bb2a4d 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;