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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user