llvmpipe: Include missing headers in lp_bld_depth.h
authorVinson Lee <vlee@vmware.com>
Tue, 4 Jan 2011 08:54:14 +0000 (00:54 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 4 Jan 2011 08:54:14 +0000 (00:54 -0800)
Include p_compiler.h for boolean symbol.
Include p_state.h for pipe_stencil_state symbol.

src/gallium/drivers/llvmpipe/lp_bld_depth.h

index 038b136a2817bbea48f15d968e25a0444c1599a1..e01fc46ec1693b4d591ba0a2c89574e73045342d 100644 (file)
 #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;