From 1b83ede8cc68c01eaade6ceffab00cef5a1fb2df Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 27 Aug 2010 00:07:38 -0700 Subject: [PATCH] graw: Include missing header in graw.h. Include p_compiler.h for PUBLIC symbol. --- src/gallium/include/state_tracker/graw.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2