summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-01-04 00:54:14 -0800
committerVinson Lee <vlee@vmware.com>2011-01-04 00:54:14 -0800
commitc72eb72ca69f29d0a1eb97f4064a199338a380de (patch)
treef3e8f055c67f86a191274430467824a67f6b989a /src/gallium/drivers/llvmpipe
parentdeb9a6ae79cc399ce6295b0aed5c7fcb0ad23bee (diff)
llvmpipe: Include missing headers in lp_bld_depth.h
Include p_compiler.h for boolean symbol. Include p_state.h for pipe_stencil_state symbol.
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_depth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_depth.h b/src/gallium/drivers/llvmpipe/lp_bld_depth.h
index 038b136a28..e01fc46ec1 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_depth.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_depth.h
@@ -36,10 +36,14 @@
#define LP_BLD_DEPTH_H
+#include "pipe/p_compiler.h"
+#include "pipe/p_state.h"
+
#include "gallivm/lp_bld.h"
struct pipe_depth_state;
+struct gallivm_state;
struct util_format_description;
struct lp_type;
struct lp_build_mask_context;