graw: Include missing header in graw.h.
authorVinson Lee <vlee@vmware.com>
Fri, 27 Aug 2010 07:07:38 +0000 (00:07 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 27 Aug 2010 07:07:38 +0000 (00:07 -0700)
Include p_compiler.h for PUBLIC symbol.

src/gallium/include/state_tracker/graw.h

index 5eaa3230857b31ddfcf4631793173d3ff3a7f976..6a99b234aa57c6179cfa5d4b4cd773decbfb5599 100644 (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;