gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h
authorRoland Scheidegger <sroland@vmware.com>
Fri, 18 Dec 2015 00:02:16 +0000 (01:02 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Fri, 18 Dec 2015 00:02:16 +0000 (01:02 +0100)
as it uses definition from it (enum tgsi_return_type).

src/gallium/auxiliary/util/u_simple_shaders.h

index cda0f2e86ec3466beb4eaa1368913327bd3c4ecb..fe1917f06c90ff15b2294bf22ffce89a1739c043 100644 (file)
@@ -31,6 +31,7 @@
 
 
 #include "pipe/p_compiler.h"
+#include "pipe/p_shader_tokens.h"
 
 
 struct pipe_context;