From: Vinson Lee Date: Fri, 27 Aug 2010 07:07:38 +0000 (-0700) Subject: graw: Include missing header in graw.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b83ede8cc68c01eaade6ceffab00cef5a1fb2df;p=mesa.git graw: Include missing header in graw.h. Include p_compiler.h for PUBLIC symbol. --- diff --git a/src/gallium/include/state_tracker/graw.h b/src/gallium/include/state_tracker/graw.h index 5eaa3230857..6a99b234aa5 100644 --- a/src/gallium/include/state_tracker/graw.h +++ b/src/gallium/include/state_tracker/graw.h @@ -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;