Mesa (master): llvmpipe: Include missing headers in lp_bld_depth.h

Vinson Lee vlee at kemper.freedesktop.org
Tue Jan 4 08:55:31 UTC 2011


Module: Mesa
Branch: master
Commit: c72eb72ca69f29d0a1eb97f4064a199338a380de
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c72eb72ca69f29d0a1eb97f4064a199338a380de

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Jan  4 00:54:14 2011 -0800

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.

---

 src/gallium/drivers/llvmpipe/lp_bld_depth.h |    4 ++++
 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 038b136..e01fc46 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;




More information about the mesa-commit mailing list