mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
st/mesa: Include missing header in st_mesa_to_tgsi.c.
Include p_screen.h for complete type to pipe_screen.
This commit is contained in:
parent
d42b7d5f8d
commit
2dfd348e33
1 changed files with 2 additions and 1 deletions
|
|
@ -32,9 +32,10 @@
|
|||
*/
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_screen.h"
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "tgsi/tgsi_ureg.h"
|
||||
#include "st_mesa_to_tgsi.h"
|
||||
#include "st_context.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue