graw: Include missing header in graw.h.

Include p_compiler.h for PUBLIC symbol.
This commit is contained in:
Vinson Lee 2010-08-27 00:07:38 -07:00
parent 677623a6c8
commit 1b83ede8cc

View file

@ -41,6 +41,7 @@
* those for parsing text representations of TGSI shaders.
*/
#include "pipe/p_compiler.h"
#include "pipe/p_format.h"
struct pipe_screen;