gallivm: Include missing header in lp_bld_sample.h.

Include p_format.h for enum pipe_format symbol.
This commit is contained in:
Vinson Lee 2010-08-24 23:53:26 -07:00
parent 72ae834fa1
commit deffeba172
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@
#define LP_BLD_SAMPLE_H
#include "pipe/p_format.h"
#include "gallivm/lp_bld.h"
struct pipe_resource;