draw: Include missing header in draw_vs_llvm.c.

Include p_screen.h for completely type to pipe_screen.
This commit is contained in:
Vinson Lee
2010-08-28 14:18:57 -07:00
parent cf1e4b15a4
commit 9112e531d4

View File

@@ -28,6 +28,7 @@
#include "util/u_math.h"
#include "util/u_memory.h"
#include "pipe/p_shader_tokens.h"
#include "pipe/p_screen.h"
#include "draw_private.h"
#include "draw_context.h"