mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
util: Include missing header in u_simple_shaders.c.
Include p_state.h for PIPE_MAX_COLOR_BUFS symbol.
This commit is contained in:
parent
f099e73b7b
commit
57ce0de8cb
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "util/u_simple_shaders.h"
|
||||
#include "util/u_debug.h"
|
||||
#include "tgsi/tgsi_ureg.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue