draw: Include missing headers in draw_vs_aos.h.
authorVinson Lee <vlee@vmware.com>
Fri, 3 Sep 2010 00:00:53 +0000 (17:00 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 3 Sep 2010 00:03:47 +0000 (17:03 -0700)
Include tgsi_exec.h for TGSI_EXEC_NUM_TEMPS.
Include draw_vs.h for draw_vs_varient.

src/gallium/auxiliary/draw/draw_vs_aos.h

index 1911242f8254f960a90a1ea45da66d6229b25217..68e8295b5e117e063d8aad9007350d2c3ae75b40 100644 (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