From: Roland Scheidegger Date: Fri, 18 Dec 2015 00:02:16 +0000 (+0100) Subject: gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61e5f8d0734233ed6c321ec03edec63e9d0ae92e;p=mesa.git gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h as it uses definition from it (enum tgsi_return_type). --- diff --git a/src/gallium/auxiliary/util/u_simple_shaders.h b/src/gallium/auxiliary/util/u_simple_shaders.h index cda0f2e86ec..fe1917f06c9 100644 --- a/src/gallium/auxiliary/util/u_simple_shaders.h +++ b/src/gallium/auxiliary/util/u_simple_shaders.h @@ -31,6 +31,7 @@ #include "pipe/p_compiler.h" +#include "pipe/p_shader_tokens.h" struct pipe_context;