From: Vinson Lee Date: Thu, 26 Aug 2010 08:14:28 +0000 (-0700) Subject: graw: Include missing header in graw_dl.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2badf0f6422208fd004ae62a58d2b5cdb2c2a174;p=mesa.git graw: Include missing header in graw_dl.h. Include p_state.h for pipe_shader_state symbol. --- diff --git a/src/gallium/include/state_tracker/graw_dl.h b/src/gallium/include/state_tracker/graw_dl.h index 0b326ca9f1d..3c5c3d86473 100644 --- a/src/gallium/include/state_tracker/graw_dl.h +++ b/src/gallium/include/state_tracker/graw_dl.h @@ -14,12 +14,13 @@ * those for parsing text representations of TGSI shaders. */ +#include #include "pipe/p_compiler.h" -#include "pipe/p_format.h" #include "pipe/p_context.h" +#include "pipe/p_format.h" +#include "pipe/p_state.h" #include "util/u_dl.h" #include "tgsi/tgsi_text.h" -#include struct pipe_screen;