Module: Mesa Branch: master Commit: 61e5f8d0734233ed6c321ec03edec63e9d0ae92e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61e5f8d0734233ed6c321ec03edec63e9d0ae92e
Author: Roland Scheidegger <[email protected]> Date: Fri Dec 18 01:02:16 2015 +0100 gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h as it uses definition from it (enum tgsi_return_type). --- src/gallium/auxiliary/util/u_simple_shaders.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/auxiliary/util/u_simple_shaders.h b/src/gallium/auxiliary/util/u_simple_shaders.h index cda0f2e..fe1917f 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
