diff options
author | Roland Scheidegger <[email protected]> | 2015-12-18 01:02:16 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2015-12-18 01:02:16 +0100 |
commit | 61e5f8d0734233ed6c321ec03edec63e9d0ae92e (patch) | |
tree | 3e6dc3a8ea01a507c0179f31c71acabbde550de2 /src/gallium/auxiliary | |
parent | 6743c68a1190ffeedc0d124ca2dd9c22b3bc851c (diff) |
gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h
as it uses definition from it (enum tgsi_return_type).
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/util/u_simple_shaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |