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.
This commit is contained in:
Vinson Lee
2011-01-04 00:54:14 -08:00
parent deb9a6ae79
commit c72eb72ca6
@@ -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;