draw: Include missing headers in draw_vs_aos.h.

Include tgsi_exec.h for TGSI_EXEC_NUM_TEMPS.
Include draw_vs.h for draw_vs_varient.
This commit is contained in:
Vinson Lee
2010-09-02 17:00:53 -07:00
parent 883cbbd99c
commit 619e899a42
+2
View File
@@ -32,6 +32,8 @@
#define DRAW_VS_AOS_H
#include "pipe/p_config.h"
#include "tgsi/tgsi_exec.h"
#include "draw_vs.h"
#ifdef PIPE_ARCH_X86