gallivm: Include missing header in lp_bld_sample.h.
authorVinson Lee <vlee@vmware.com>
Wed, 25 Aug 2010 06:53:26 +0000 (23:53 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 25 Aug 2010 06:53:26 +0000 (23:53 -0700)
Include p_format.h for enum pipe_format symbol.

src/gallium/auxiliary/gallivm/lp_bld_sample.h

index 5b8f478..aff7bb2 100644 (file)
@@ -36,6 +36,8 @@
 #define LP_BLD_SAMPLE_H
 
 
+#include "pipe/p_format.h"
+
 #include "gallivm/lp_bld.h"
 
 struct pipe_resource;