mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 13:20:14 +01:00
draw: Include missing header in draw_vs_llvm.c.
Include p_screen.h for completely type to pipe_screen.
This commit is contained in:
parent
cf1e4b15a4
commit
9112e531d4
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
#include "util/u_math.h"
|
#include "util/u_math.h"
|
||||||
#include "util/u_memory.h"
|
#include "util/u_memory.h"
|
||||||
#include "pipe/p_shader_tokens.h"
|
#include "pipe/p_shader_tokens.h"
|
||||||
|
#include "pipe/p_screen.h"
|
||||||
|
|
||||||
#include "draw_private.h"
|
#include "draw_private.h"
|
||||||
#include "draw_context.h"
|
#include "draw_context.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue